public static MessageBoxButton?GetButtons(WindowX windowX) { return((MessageBoxButton?)windowX.GetValue(ButtonsProperty)); }
public static Brush GetBorderBrush(WindowX windowX) { return((Brush)windowX.GetValue(BorderBrushProperty)); }
public static Thickness GetBorderThickness(WindowX windowX) { return((Thickness)windowX.GetValue(BorderThicknessProperty)); }
public static bool GetHideBasicButtons(WindowX windowX) { return((bool)windowX.GetValue(HideBasicButtonsProperty)); }
public static Brush GetBackground(WindowX windowX) { return((Brush)windowX.GetValue(BackgroundProperty)); }
public static DefaultButton GetDefaultButton(WindowX windowX) { return((DefaultButton)windowX.GetValue(DefaultButtonProperty)); }
public static Thickness GetButtonPanelMargin(WindowX windowX) { return((Thickness)windowX.GetValue(ButtonPanelMarginProperty)); }
public static WindowXHeaderAlignment GetHeaderAlignment(WindowX windowX) { return((WindowXHeaderAlignment)windowX.GetValue(HeaderAlignmentProperty)); }
public static object GetExtendControl(WindowX windowX) { return((object)windowX.GetValue(ExtendControlProperty)); }
public static double GetHeight(WindowX windowX) { return((double)windowX.GetValue(HeightProperty)); }
public static DataTemplate GetHeaderTemplate(WindowX windowX) { return((DataTemplate)windowX.GetValue(HeaderTemplateProperty)); }
public static Color?GetShadowColor(WindowX windowX) { return((Color?)windowX.GetValue(ShadowColorProperty)); }
public static HorizontalHeaderAlignment GetHorizontalHeaderAlignment(WindowX windowX) { return((HorizontalHeaderAlignment)windowX.GetValue(HorizontalHeaderAlignmentProperty)); }
public static object GetHeader(WindowX windowX) { return((object)windowX.GetValue(HeaderProperty)); }
public static object GetCancelButtonContent(WindowX windowX) { return((object)windowX.GetValue(CancelButtonContentProperty)); }
public static CaptionButtons GetButtons(WindowX windowX) { return((CaptionButtons)windowX.GetValue(ButtonsProperty)); }
public static Style GetButtonStyle(WindowX windowX) { return((Style)windowX.GetValue(ButtonStyleProperty)); }
public static Style GetBackstageMaximizeButtonStyle(WindowX windowX) { return((Style)windowX.GetValue(BackstageMaximizeButtonStyleProperty)); }
public static bool GetInverseButtonsSequence(WindowX windowX) { return((bool)windowX.GetValue(InverseButtonsSequenceProperty)); }
public static Thickness GetPadding(WindowX windowX) { return((Thickness)windowX.GetValue(PaddingProperty)); }
public static HorizontalAlignment GetButtonPanelHorizontalAlignment(WindowX windowX) { return((HorizontalAlignment)windowX.GetValue(ButtonPanelHorizontalAlignmentProperty)); }
public static bool GetDisableCloseButton(WindowX windowX) { return((bool)windowX.GetValue(DisableCloseButtonProperty)); }