C# 클래스 Zetbox.Client.WPF.Styles.Controls

파일 보기 프로젝트 열기: daszat/zetbox

공개 프로퍼티들

프로퍼티 타입 설명
BorderStyleProperty System.Windows.DependencyProperty
HeaderBackgroundProperty System.Windows.DependencyProperty
HeaderForegroundProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
HighlightProperty System.Windows.DependencyProperty
HoverBackgroundProperty System.Windows.DependencyProperty
HoverForegroundProperty System.Windows.DependencyProperty
IsSecondaryProperty System.Windows.DependencyProperty
PressedBackgroundProperty System.Windows.DependencyProperty
PressedForegroundProperty System.Windows.DependencyProperty
StopHighlightProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetBorderStyle ( DependencyObject obj ) : System.Windows.Style
GetHeader ( DependencyObject obj ) : String
GetHeaderBackground ( DependencyObject obj ) : System.Windows.Media.Brush
GetHeaderForeground ( DependencyObject obj ) : System.Windows.Media.Brush
GetHighlight ( DependencyObject obj ) : Highlight?
GetHighlightValue ( HighlightState state, string explicitValue, string valueKind ) : object
GetHoverBackground ( DependencyObject obj ) : System.Windows.Media.Brush
GetHoverForeground ( DependencyObject obj ) : System.Windows.Media.Brush
GetIsSecondary ( DependencyObject obj ) : bool
GetPressedBackground ( DependencyObject obj ) : System.Windows.Media.Brush
GetPressedForeground ( DependencyObject obj ) : System.Windows.Media.Brush
GetStopHighlight ( DependencyObject obj ) : bool
SetBorderStyle ( DependencyObject obj, System.Windows.Style value ) : void
SetHeader ( DependencyObject obj, String value ) : void
SetHeaderBackground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
SetHeaderForeground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
SetHighlight ( DependencyObject obj, Zetbox.Client.Presentables.Highlight value ) : void
SetHoverBackground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
SetHoverForeground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
SetIsSecondary ( DependencyObject obj, bool value ) : void
SetPressedBackground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
SetPressedForeground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
SetStopHighlight ( DependencyObject obj, bool value ) : void
highlight_Changed ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
stopHighlight_Changed ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
ApplyHighlight ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ConvertFontStyle ( System fontStyle ) : string
ConvertFontWeight ( System fontStyle ) : string

메소드 상세

GetBorderStyle() 공개 정적인 메소드

public static GetBorderStyle ( DependencyObject obj ) : System.Windows.Style
obj System.Windows.DependencyObject
리턴 System.Windows.Style

GetHeader() 공개 정적인 메소드

public static GetHeader ( DependencyObject obj ) : String
obj System.Windows.DependencyObject
리턴 String

GetHeaderBackground() 공개 정적인 메소드

public static GetHeaderBackground ( DependencyObject obj ) : System.Windows.Media.Brush
obj System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetHeaderForeground() 공개 정적인 메소드

public static GetHeaderForeground ( DependencyObject obj ) : System.Windows.Media.Brush
obj System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetHighlight() 공개 정적인 메소드

public static GetHighlight ( DependencyObject obj ) : Highlight?
obj System.Windows.DependencyObject
리턴 Highlight?

GetHighlightValue() 공개 정적인 메소드

public static GetHighlightValue ( HighlightState state, string explicitValue, string valueKind ) : object
state HighlightState
explicitValue string
valueKind string
리턴 object

GetHoverBackground() 공개 정적인 메소드

public static GetHoverBackground ( DependencyObject obj ) : System.Windows.Media.Brush
obj System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetHoverForeground() 공개 정적인 메소드

public static GetHoverForeground ( DependencyObject obj ) : System.Windows.Media.Brush
obj System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetIsSecondary() 공개 정적인 메소드

public static GetIsSecondary ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

GetPressedBackground() 공개 정적인 메소드

public static GetPressedBackground ( DependencyObject obj ) : System.Windows.Media.Brush
obj System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetPressedForeground() 공개 정적인 메소드

public static GetPressedForeground ( DependencyObject obj ) : System.Windows.Media.Brush
obj System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetStopHighlight() 공개 정적인 메소드

public static GetStopHighlight ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

SetBorderStyle() 공개 정적인 메소드

public static SetBorderStyle ( DependencyObject obj, System.Windows.Style value ) : void
obj System.Windows.DependencyObject
value System.Windows.Style
리턴 void

SetHeader() 공개 정적인 메소드

public static SetHeader ( DependencyObject obj, String value ) : void
obj System.Windows.DependencyObject
value String
리턴 void

SetHeaderBackground() 공개 정적인 메소드

public static SetHeaderBackground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
obj System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetHeaderForeground() 공개 정적인 메소드

public static SetHeaderForeground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
obj System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetHighlight() 공개 정적인 메소드

public static SetHighlight ( DependencyObject obj, Zetbox.Client.Presentables.Highlight value ) : void
obj System.Windows.DependencyObject
value Zetbox.Client.Presentables.Highlight
리턴 void

SetHoverBackground() 공개 정적인 메소드

public static SetHoverBackground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
obj System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetHoverForeground() 공개 정적인 메소드

public static SetHoverForeground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
obj System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetIsSecondary() 공개 정적인 메소드

public static SetIsSecondary ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

SetPressedBackground() 공개 정적인 메소드

public static SetPressedBackground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
obj System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetPressedForeground() 공개 정적인 메소드

public static SetPressedForeground ( DependencyObject obj, System.Windows.Media.Brush value ) : void
obj System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetStopHighlight() 공개 정적인 메소드

public static SetStopHighlight ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

highlight_Changed() 공개 정적인 메소드

public static highlight_Changed ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender object
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

stopHighlight_Changed() 공개 정적인 메소드

public static stopHighlight_Changed ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender object
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

프로퍼티 상세

BorderStyleProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows BorderStyleProperty
리턴 System.Windows.DependencyProperty

HeaderBackgroundProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HeaderBackgroundProperty
리턴 System.Windows.DependencyProperty

HeaderForegroundProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HeaderForegroundProperty
리턴 System.Windows.DependencyProperty

HeaderProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HeaderProperty
리턴 System.Windows.DependencyProperty

HighlightProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HighlightProperty
리턴 System.Windows.DependencyProperty

HoverBackgroundProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HoverBackgroundProperty
리턴 System.Windows.DependencyProperty

HoverForegroundProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HoverForegroundProperty
리턴 System.Windows.DependencyProperty

IsSecondaryProperty 공개적으로 정적으로 프로퍼티

Designates a control as secondary. It should be rendered less intense.
public static DependencyProperty,System.Windows IsSecondaryProperty
리턴 System.Windows.DependencyProperty

PressedBackgroundProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PressedBackgroundProperty
리턴 System.Windows.DependencyProperty

PressedForegroundProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PressedForegroundProperty
리턴 System.Windows.DependencyProperty

StopHighlightProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows StopHighlightProperty
리턴 System.Windows.DependencyProperty