Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / StyleFontDelta Class
Properties Methods


In This Topic
    StyleFontDelta Class Members
    In This Topic

    The following tables list the members exposed by StyleFontDelta.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value that indicates whether the resulting font is bold.  
    Public PropertyGets or sets the font family name for the resulting font.  
    Public PropertyGets or sets a value that indicates whether the resulting font has the italic style applied.  
    Public PropertyGets or sets the maximum em-size of the resulting font, in points.  
    Public PropertyGets or sets the minimum em-size of the resulting font, in points.  
    Public PropertyGets or sets the em-size, in points, of the resulting font.  
    Public PropertyGets or sets the 'delta' of em-size, in points, that is added to the size of the base font.  
    Public PropertyGets or sets a scale factor applied to the size of the base font.  
    Public PropertyGets or sets the specific font that will be used instead of the base font.  
    Public PropertyGets or sets a value that indicates whether the resulting font specifies a horizontal line through the font.  
    Public PropertyGets or sets a value that indicates whether the resulting font is underlined.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the font as a result of applying this 'delta' to the specified base font.  
    Public MethodResets all delta properties to their default values, use the base font as it is.  
    Top
    See Also