Name | Description | |
---|---|---|
ButtonStyles Constructor | Initializes a new instance of the ButtonStyles. |
The following tables list the members exposed by ButtonStyles.
Name | Description | |
---|---|---|
ButtonStyles Constructor | Initializes a new instance of the ButtonStyles. |
Name | Description | |
---|---|---|
Accent | Gets a style containing display attributes that determine the overall appearance of the C1.Win.Input.C1Button when the C1.Win.Input.C1Button.ButtonType property has the C1.Win.Input.ButtonType.Accent value. | |
Border | Gets or sets the thickness of the border around the element. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
Corners | Gets or sets the radii of the element corners. (Inherited from C1.Win.Input.Styles.FocusedBaseStyles) | |
Default | Gets style containing display attributes that determine the general appearance of the element in the default state. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
Disabled | Gets style containing display attributes that determine the general appearance of the disabled element on the screen. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
FocusBorderColor | Gets or sets the color of the focus rectangle. (Inherited from C1.Win.Input.Styles.FocusedBaseStyles) | |
Font | Gets or sets the text font of the element. (Inherited from C1.Win.Input.Styles.InputStyles) | |
Hot | Gets style containing display attributes that determine the general appearance of element on the screen when the cursor is over it. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
HotPressed | Gets style containing display attributes that determine the general appearance of the pressed element on the screen when the cursor is over it. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
IsDefault | Gets value indicating whether the style is default. (Inherited from C1.Win.Themes.BaseStyle) | |
IsDisposed | Gets a value indicating whether the object has been disposed. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
Margins | Gets or sets the thickness of the margins around the element. (Inherited from C1.Win.Input.Styles.InputStyles) | |
Name | Gets or sets the style name. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
Padding | Gets or sets the thickness of the padding between the element edges and its content. (Inherited from C1.Win.Input.Styles.InputStyles) | |
Pressed | Gets style containing display attributes that determine the general appearance of the pressed element on the screen. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ShowFocusBorder | Gets or sets the value indicating whether a control should show the focus rectangle or not. (Inherited from C1.Win.Input.Styles.FocusedBaseStyles) | |
Subtle | Gets a style containing display attributes that determine the overall appearance of the C1.Win.Input.C1Button when the C1.Win.Input.C1Button.ButtonType property has the C1.Win.Input.ButtonType.Subtle value. |
Name | Description | |
---|---|---|
BackBrushProvider | Gets C1.Framework.BackgroundBrushProvider objects used to paint backgrounds. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
DefaultStyle | Gets a style that contains the default values for current style. (Inherited from C1.Win.Themes.BaseStyle) | |
Owner | Gets collection owner. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
Parent | Gets the parent collection. If some properties are reset or not initialized, the collection will search for them from the parent. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
Root | Gets or sets the root directory in C1Theme. (Inherited from C1.Win.Themes.BaseStyle) | |
ThemeProvider | Gets theme provider of the current theme. (Inherited from C1.Win.Themes.BaseStyle) | |
TopOwner | Gets top owner of the collection. (Inherited from C1.Win.Themes.StyledPropertyCollection) |
Name | Description | |
---|---|---|
ApplyToStyle | Applies style to destination C1.Framework.Style object if it is possible. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
Clone | Creates an instance of the C1.Win.Themes.BaseStyle class that is identical to the current C1.Win.Themes.BaseStyle (Inherited from C1.Win.Themes.BaseStyle) | |
Copy | Copies properties of the specified style of the same type. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
Dispose | Overloaded. Releases all unmanaged resources. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
GetProperty | Gets value of the specified styled property. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
GetStyle | Gets the new C1.Framework.Style object that matches the current style if it is possible. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
Reset | Resets style to it default value according to the applied theme. (Inherited from C1.Win.Themes.BaseStyle) | |
ToString | Returns the string that represents the current object. (Inherited from C1.Win.Themes.BaseStyle) | |
TryGetProperty | Tries to get value of the specified styled property. (Inherited from C1.Win.Themes.StyledPropertyCollection) |
Name | Description | |
---|---|---|
BeginUpdate | Start editing the collection. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
EndUpdate | Stop editing the collection. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
HasProperty | Gets a value indicating whether the collection contains a property with the specified name. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
IsDefaultProperty | Returns value indicating whether the specified property is default. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
IsInitialized | Gets a value indicating whether the a specified property is initialized. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
OnGetUninitializedProperty | Called when trying to get an initialized property value. (Inherited from C1.Win.Themes.BaseStyle) | |
OnOwnerChanged | Called when collection owner is changed. (Inherited from C1.Win.Themes.BaseStyle) | |
OnPropertyChanged | Raises the C1.Win.Themes.StyledPropertyCollection.PropertyChanged event. (Inherited from C1.Win.Themes.StyledPropertyCollection) | |
ResetAccent | Restores the default value of the Accent property. | |
ResetBorder | Restores the default value of the Border property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ResetCorners | Restores the default value of the FocusedBaseStyles.Corners property. (Inherited from C1.Win.Input.Styles.FocusedBaseStyles) | |
ResetDefault | Restores the default value of the Default property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ResetDisabled | Restores the default value of the Disabled property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ResetFocusBorderColor | Restores the default value of the FocusedBaseStyles.FocusBorderColor property. (Inherited from C1.Win.Input.Styles.FocusedBaseStyles) | |
ResetFont | Restores the default value of the InputStyles.Font property. (Inherited from C1.Win.Input.Styles.InputStyles) | |
ResetHot | Restores the default value of the Hot property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ResetHotPressed | Restores the default value of the HotPressed property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ResetMargins | Restores the default value of the InputStyles.Margins property. (Inherited from C1.Win.Input.Styles.InputStyles) | |
ResetPadding | Restores the default value of the InputStyles.Padding property. (Inherited from C1.Win.Input.Styles.InputStyles) | |
ResetPressed | Restores the default value of the Pressed property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ResetProperty | Overloaded. Completely resets specified property (make it uninitialized, initialization required after that). (Inherited from C1.Win.Themes.BaseC1FrameworkStyle) | |
ResetShowFocusBorder | Restores the default value of the FocusedBaseStyles.ShowFocusBorder property. (Inherited from C1.Win.Input.Styles.FocusedBaseStyles) | |
ResetSubtle | Restores the default value of the Subtle property. | |
ShouldSerializeAccent | Specifies whether to save the value of the Accent property. | |
ShouldSerializeBorder | Specifies whether to save the value of the Border property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ShouldSerializeCorners | Specifies whether to save the value of the FocusedBaseStyles.Corners property. (Inherited from C1.Win.Input.Styles.FocusedBaseStyles) | |
ShouldSerializeDefault | Specifies whether to save the value of the Default property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ShouldSerializeDisabled | Specifies whether to save the value of the Disabled property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ShouldSerializeFocusBorderColor | Specifies whether to save the value of the FocusedBaseStyles.FocusBorderColor property. (Inherited from C1.Win.Input.Styles.FocusedBaseStyles) | |
ShouldSerializeFont | Specifies whether to save the value of the InputStyles.Font property. (Inherited from C1.Win.Input.Styles.InputStyles) | |
ShouldSerializeHot | Specifies whether to save the value of the Hot property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ShouldSerializeHotPressed | Specifies whether to save the value of the HotPressed property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ShouldSerializeMargins | Specifies whether to save the value of the InputStyles.Margins property. (Inherited from C1.Win.Input.Styles.InputStyles) | |
ShouldSerializePadding | Specifies whether to save the value of the InputStyles.Padding property. (Inherited from C1.Win.Input.Styles.InputStyles) | |
ShouldSerializePressed | Specifies whether to save the value of the Pressed property. (Inherited from C1.Win.Input.Styles.ButtonBaseStyles) | |
ShouldSerializeShowFocusBorder | Specifies whether to save the value of the FocusedBaseStyles.ShowFocusBorder property. (Inherited from C1.Win.Input.Styles.FocusedBaseStyles) | |
ShouldSerializeSubtle | Specifies whether to save the value of the Subtle property. |
Name | Description | |
---|---|---|
PropertyChanged | Fires when any properties change. (Inherited from C1.Win.Themes.StyledPropertyCollection) |