Ejemplo n.º 1
0
 public static MessageBoxButton?GetButtons(WindowX windowX)
 {
     return((MessageBoxButton?)windowX.GetValue(ButtonsProperty));
 }
Ejemplo n.º 2
0
 public static Brush GetBorderBrush(WindowX windowX)
 {
     return((Brush)windowX.GetValue(BorderBrushProperty));
 }
Ejemplo n.º 3
0
 public static Thickness GetBorderThickness(WindowX windowX)
 {
     return((Thickness)windowX.GetValue(BorderThicknessProperty));
 }
Ejemplo n.º 4
0
 public static bool GetHideBasicButtons(WindowX windowX)
 {
     return((bool)windowX.GetValue(HideBasicButtonsProperty));
 }
Ejemplo n.º 5
0
 public static Brush GetBackground(WindowX windowX)
 {
     return((Brush)windowX.GetValue(BackgroundProperty));
 }
Ejemplo n.º 6
0
 public static DefaultButton GetDefaultButton(WindowX windowX)
 {
     return((DefaultButton)windowX.GetValue(DefaultButtonProperty));
 }
Ejemplo n.º 7
0
 public static Thickness GetButtonPanelMargin(WindowX windowX)
 {
     return((Thickness)windowX.GetValue(ButtonPanelMarginProperty));
 }
Ejemplo n.º 8
0
 public static WindowXHeaderAlignment GetHeaderAlignment(WindowX windowX)
 {
     return((WindowXHeaderAlignment)windowX.GetValue(HeaderAlignmentProperty));
 }
Ejemplo n.º 9
0
 public static object GetExtendControl(WindowX windowX)
 {
     return((object)windowX.GetValue(ExtendControlProperty));
 }
Ejemplo n.º 10
0
 public static double GetHeight(WindowX windowX)
 {
     return((double)windowX.GetValue(HeightProperty));
 }
Ejemplo n.º 11
0
 public static DataTemplate GetHeaderTemplate(WindowX windowX)
 {
     return((DataTemplate)windowX.GetValue(HeaderTemplateProperty));
 }
Ejemplo n.º 12
0
 public static Color?GetShadowColor(WindowX windowX)
 {
     return((Color?)windowX.GetValue(ShadowColorProperty));
 }
Ejemplo n.º 13
0
 public static HorizontalHeaderAlignment GetHorizontalHeaderAlignment(WindowX windowX)
 {
     return((HorizontalHeaderAlignment)windowX.GetValue(HorizontalHeaderAlignmentProperty));
 }
Ejemplo n.º 14
0
 public static object GetHeader(WindowX windowX)
 {
     return((object)windowX.GetValue(HeaderProperty));
 }
Ejemplo n.º 15
0
 public static object GetCancelButtonContent(WindowX windowX)
 {
     return((object)windowX.GetValue(CancelButtonContentProperty));
 }
Ejemplo n.º 16
0
 public static CaptionButtons GetButtons(WindowX windowX)
 {
     return((CaptionButtons)windowX.GetValue(ButtonsProperty));
 }
Ejemplo n.º 17
0
 public static Style GetButtonStyle(WindowX windowX)
 {
     return((Style)windowX.GetValue(ButtonStyleProperty));
 }
Ejemplo n.º 18
0
 public static Style GetBackstageMaximizeButtonStyle(WindowX windowX)
 {
     return((Style)windowX.GetValue(BackstageMaximizeButtonStyleProperty));
 }
Ejemplo n.º 19
0
 public static bool GetInverseButtonsSequence(WindowX windowX)
 {
     return((bool)windowX.GetValue(InverseButtonsSequenceProperty));
 }
Ejemplo n.º 20
0
 public static Thickness GetPadding(WindowX windowX)
 {
     return((Thickness)windowX.GetValue(PaddingProperty));
 }
Ejemplo n.º 21
0
 public static HorizontalAlignment GetButtonPanelHorizontalAlignment(WindowX windowX)
 {
     return((HorizontalAlignment)windowX.GetValue(ButtonPanelHorizontalAlignmentProperty));
 }
Ejemplo n.º 22
0
 public static bool GetDisableCloseButton(WindowX windowX)
 {
     return((bool)windowX.GetValue(DisableCloseButtonProperty));
 }