Свойство | Type | Description | |
---|---|---|---|
BorderStyleProperty | |||
HeaderBackgroundProperty | |||
HeaderForegroundProperty | |||
HeaderProperty | |||
HighlightProperty | |||
HoverBackgroundProperty | |||
HoverForegroundProperty | |||
IsSecondaryProperty | |||
PressedBackgroundProperty | |||
PressedForegroundProperty | |||
StopHighlightProperty |
Méthode | Description | |
---|---|---|
GetBorderStyle ( |
||
GetHeader ( |
||
GetHeaderBackground ( |
||
GetHeaderForeground ( |
||
GetHighlight ( |
||
GetHighlightValue ( HighlightState state, string explicitValue, string valueKind ) : object | ||
GetHoverBackground ( |
||
GetHoverForeground ( |
||
GetIsSecondary ( |
||
GetPressedBackground ( |
||
GetPressedForeground ( |
||
GetStopHighlight ( |
||
SetBorderStyle ( |
||
SetHeader ( |
||
SetHeaderBackground ( |
||
SetHeaderForeground ( |
||
SetHighlight ( |
||
SetHoverBackground ( |
||
SetHoverForeground ( |
||
SetIsSecondary ( |
||
SetPressedBackground ( |
||
SetPressedForeground ( |
||
SetStopHighlight ( |
||
highlight_Changed ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
stopHighlight_Changed ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void |
Méthode | Description | |
---|---|---|
ApplyHighlight ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
ConvertFontStyle ( System fontStyle ) : string | ||
ConvertFontWeight ( System fontStyle ) : string |
public static GetBorderStyle ( |
||
obj | ||
Résultat | System.Windows.Style |
public static GetHeader ( |
||
obj | ||
Résultat | String |
public static GetHeaderBackground ( |
||
obj | ||
Résultat | System.Windows.Media.Brush |
public static GetHeaderForeground ( |
||
obj | ||
Résultat | System.Windows.Media.Brush |
public static GetHighlight ( |
||
obj | ||
Résultat | Highlight? |
public static GetHighlightValue ( HighlightState state, string explicitValue, string valueKind ) : object | ||
state | HighlightState | |
explicitValue | string | |
valueKind | string | |
Résultat | object |
public static GetHoverBackground ( |
||
obj | ||
Résultat | System.Windows.Media.Brush |
public static GetHoverForeground ( |
||
obj | ||
Résultat | System.Windows.Media.Brush |
public static GetIsSecondary ( |
||
obj | ||
Résultat | bool |
public static GetPressedBackground ( |
||
obj | ||
Résultat | System.Windows.Media.Brush |
public static GetPressedForeground ( |
||
obj | ||
Résultat | System.Windows.Media.Brush |
public static GetStopHighlight ( |
||
obj | ||
Résultat | bool |
public static SetBorderStyle ( |
||
obj | ||
value | System.Windows.Style | |
Résultat | void |
public static SetHeader ( |
||
obj | ||
value | String | |
Résultat | void |
public static SetHeaderBackground ( |
||
obj | ||
value | System.Windows.Media.Brush | |
Résultat | void |
public static SetHeaderForeground ( |
||
obj | ||
value | System.Windows.Media.Brush | |
Résultat | void |
public static SetHighlight ( |
||
obj | ||
value | Zetbox.Client.Presentables.Highlight | |
Résultat | void |
public static SetHoverBackground ( |
||
obj | ||
value | System.Windows.Media.Brush | |
Résultat | void |
public static SetHoverForeground ( |
||
obj | ||
value | System.Windows.Media.Brush | |
Résultat | void |
public static SetIsSecondary ( |
||
obj | ||
value | bool | |
Résultat | void |
public static SetPressedBackground ( |
||
obj | ||
value | System.Windows.Media.Brush | |
Résultat | void |
public static SetPressedForeground ( |
||
obj | ||
value | System.Windows.Media.Brush | |
Résultat | void |
public static SetStopHighlight ( |
||
obj | ||
value | bool | |
Résultat | void |
public static highlight_Changed ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
sender | object | |
e | System.Windows.DependencyPropertyChangedEventArgs | |
Résultat | void |
public static stopHighlight_Changed ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
sender | object | |
e | System.Windows.DependencyPropertyChangedEventArgs | |
Résultat | void |
public static DependencyProperty,System.Windows BorderStyleProperty | ||
Résultat |
public static DependencyProperty,System.Windows HeaderBackgroundProperty | ||
Résultat |
public static DependencyProperty,System.Windows HeaderForegroundProperty | ||
Résultat |
public static DependencyProperty,System.Windows HeaderProperty | ||
Résultat |
public static DependencyProperty,System.Windows HighlightProperty | ||
Résultat |
public static DependencyProperty,System.Windows HoverBackgroundProperty | ||
Résultat |
public static DependencyProperty,System.Windows HoverForegroundProperty | ||
Résultat |
public static DependencyProperty,System.Windows IsSecondaryProperty | ||
Résultat |
public static DependencyProperty,System.Windows PressedBackgroundProperty | ||
Résultat |
public static DependencyProperty,System.Windows PressedForegroundProperty | ||
Résultat |