Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / LabelStyles Class
Properties Methods Events


In This Topic
    LabelStyles Class Members
    In This Topic

    The following tables list the members exposed by LabelStyles.

    Public Properties
     NameDescription
    Public PropertyGets or sets the thickness of the border around the element.  
    Public PropertyGets or sets the radii of the element corners.  
    Public PropertyGets style containing display attributes that determine the general appearance of the element in the default state.  
    Public PropertyGets style containing display attributes that determine the general appearance of the disabled element on the screen.  
    Public PropertyGets or sets the text font of the element. (Inherited from C1.Win.Input.Styles.InputStyles)
    Public PropertyGets value indicating whether the style is default. (Inherited from C1.Win.Themes.BaseStyle)
    Public PropertyGets a value indicating whether the object has been disposed. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Public PropertyGets or sets the thickness of the margins around the element. (Inherited from C1.Win.Input.Styles.InputStyles)
    Public PropertyGets or sets the style name. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Public PropertyGets or sets the thickness of the padding between the element edges and its content. (Inherited from C1.Win.Input.Styles.InputStyles)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets C1.Framework.BackgroundBrushProvider objects used to paint backgrounds. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle)
    Protected PropertyGets a style that contains the default values for current style. (Inherited from C1.Win.Themes.BaseStyle)
    Protected PropertyGets collection owner. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Protected PropertyGets 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)
    Protected PropertyGets or sets the root directory in C1Theme. (Inherited from C1.Win.Themes.BaseStyle)
    Protected PropertyGets theme provider of the current theme. (Inherited from C1.Win.Themes.BaseStyle)
    Protected PropertyGets top owner of the collection. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Top
    Public Methods
     NameDescription
    Public MethodApplies style to destination C1.Framework.Style object if it is possible. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle)
    Public MethodCreates 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)
    Public MethodCopies properties of the specified style of the same type. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle)
    Public MethodOverloaded. Releases all unmanaged resources. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle)
    Public MethodGets value of the specified styled property. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Public MethodGets the new C1.Framework.Style object that matches the current style if it is possible. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle)
    Public MethodResets style to it default value according to the applied theme. (Inherited from C1.Win.Themes.BaseStyle)
    Public MethodReturns the string that represents the current object. (Inherited from C1.Win.Themes.BaseStyle)
    Public MethodTries to get value of the specified styled property. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Top
    Protected Methods
     NameDescription
    Protected MethodStart editing the collection. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Protected MethodStop editing the collection. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Protected MethodGets a value indicating whether the collection contains a property with the specified name. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Protected MethodReturns value indicating whether the specified property is default. (Inherited from C1.Win.Themes.BaseC1FrameworkStyle)
    Protected MethodGets a value indicating whether the a specified property is initialized. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Protected MethodCalled when trying to get an initialized property value. (Inherited from C1.Win.Themes.BaseStyle)
    Protected MethodCalled when collection owner is changed. (Inherited from C1.Win.Themes.BaseStyle)
    Protected MethodRaises the C1.Win.Themes.StyledPropertyCollection.PropertyChanged event. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Protected MethodRestores the default value of the Border property.  
    Protected MethodRestores the default value of the Corners property.  
    Protected MethodRestores the default value of the Default property.  
    Protected MethodRestores the default value of the Disabled property.  
    Protected MethodRestores the default value of the Font property. (Inherited from C1.Win.Input.Styles.InputStyles)
    Protected MethodRestores the default value of the Margins property. (Inherited from C1.Win.Input.Styles.InputStyles)
    Protected MethodRestores the default value of the Padding property. (Inherited from C1.Win.Input.Styles.InputStyles)
    Protected MethodOverloaded. Completely resets specified property (make it uninitialized, initialization required after that). (Inherited from C1.Win.Themes.BaseC1FrameworkStyle)
    Protected MethodSpecifies whether to save the value of the Border property.  
    Protected MethodSpecifies whether to save the value of the Corners property.  
    Protected MethodSpecifies whether to save the value of the Default property.  
    Protected MethodSpecifies whether to save the value of the Disabled property.  
    Protected MethodSpecifies whether to save the value of the Font property. (Inherited from C1.Win.Input.Styles.InputStyles)
    Protected MethodSpecifies whether to save the value of the Margins property. (Inherited from C1.Win.Input.Styles.InputStyles)
    Protected MethodSpecifies whether to save the value of the Padding property. (Inherited from C1.Win.Input.Styles.InputStyles)
    Top
    Public Events
     NameDescription
    Public EventFires when any properties change. (Inherited from C1.Win.Themes.StyledPropertyCollection)
    Top
    See Also