Name | Description | |
---|---|---|
FocusedBaseStyles Constructor | Initializes a new instance of the FocusedBaseStyles. |
The following tables list the members exposed by FocusedBaseStyles.
Name | Description | |
---|---|---|
FocusedBaseStyles Constructor | Initializes a new instance of the FocusedBaseStyles. |
Name | Description | |
---|---|---|
Corners | Gets or sets the radii of the element corners. | |
FocusBorderColor | Gets or sets the color of the focus rectangle. | |
Font | Gets or sets the text font of the element. (Inherited from C1.Win.Input.Styles.InputStyles) | |
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) | |
ShowFocusBorder | Gets or sets the value indicating whether a control should show the focus rectangle or not. |
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.Themes.BaseC1FrameworkStyle) | |
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) | |
ResetCorners | Restores the default value of the Corners property. | |
ResetFocusBorderColor | Restores the default value of the FocusBorderColor property. | |
ResetFont | Restores the default value of the InputStyles.Font property. (Inherited from C1.Win.Input.Styles.InputStyles) | |
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) | |
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 ShowFocusBorder property. | |
ShouldSerializeCorners | Specifies whether to save the value of the Corners property. | |
ShouldSerializeFocusBorderColor | Specifies whether to save the value of the FocusBorderColor property. | |
ShouldSerializeFont | Specifies whether to save the value of the InputStyles.Font property. (Inherited from C1.Win.Input.Styles.InputStyles) | |
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) | |
ShouldSerializeShowFocusBorder | Specifies whether to save the value of the ShowFocusBorder property. |
Name | Description | |
---|---|---|
PropertyChanged | Fires when any properties change. (Inherited from C1.Win.Themes.StyledPropertyCollection) |