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