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