Esempio n. 1
0
 public static Length GetMinWidth(Object obj)
 {
     return(AttachedHelpers.GetAttached(_attachedMinWidths, obj));
 }
Esempio n. 2
0
 public static ToolbarAlign GetAlgin(Object obj)
 {
     return(AttachedHelpers.GetAttached(_attachedPart, obj));
 }
Esempio n. 3
0
 public static Boolean?GetSkip(Object obj)
 {
     return(AttachedHelpers.GetAttached(_attachedSkip, obj));
 }
Esempio n. 4
0
 public static GridLength GetWidth(Object obj)
 {
     return(AttachedHelpers.GetAttached(_attachedWidths, obj));
 }
Esempio n. 5
0
 public static Boolean?GetFill(Object obj)
 {
     return(AttachedHelpers.GetAttached(_attachedFill, obj));
 }
Esempio n. 6
0
 public static Int32?GetRowSpan(Object obj)
 {
     return(AttachedHelpers.GetAttached(_attachedRowSpan, obj));
 }
Esempio n. 7
0
 public static Int32?GetCol(Object obj)
 {
     return(AttachedHelpers.GetAttached(_attachedColumn, obj));
 }
Esempio n. 8
0
 public static AlignItem?GetVAlign(Object obj)
 {
     return(AttachedHelpers.GetAttached(_attachedVAlign, obj));
 }
Esempio n. 9
0
 public static VerticalAlign?GetVAlign(Object obj)
 {
     return(AttachedHelpers.GetAttached(_attachedVAlign, obj));
 }