Skip to content

DefaultStyles

Summary

Represent the list of default styles for the built-in controls.

Signature

1
public static class DefaultStyles

Namespace

cAlgo.API

See Also

Properties

TextBlockStyle

Summary

Gets the Text Block default style.

Signature

1
public static Style TextBlockStyle {get;}

Return Value

Style

TextBoxStyle

Summary

Gets the Text Box default style.

Signature

1
public static Style TextBoxStyle {get;}

Return Value

Style

ButtonStyle

Summary

Gets the Button default style.

Signature

1
public static Style ButtonStyle {get;}

Return Value

Style

ToggleButtonStyle

Summary

Gets the Toggle Button default style.

Signature

1
public static Style ToggleButtonStyle {get;}

Return Value

Style

CheckBoxStyle

Summary

Gets the Checkbox default style.

Signature

1
public static Style CheckBoxStyle {get;}

Return Value

Style

RadioButtonStyle

Summary

Gets the Radio Button default stile.

Signature

1
public static Style RadioButtonStyle {get;}

Return Value

Style

ScrollViewerStyle

Summary

Gets the Scroll Viewer default style.

Signature

1
public static Style ScrollViewerStyle {get;}

Return Value

Style

ComboBoxStyle

Summary

Gets the Scroll Viewer default style.

Signature

1
public static Style ComboBoxStyle {get;}

Return Value

Style