ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheetRule Class / FontStyle Property

In This Topic
    FontStyle Property (StyleSheetRule)
    In This Topic
    Returns the font-style declaration value. If a value cannot be found from neither this declaration, nor the parent style, then ddFontStyleTypes.Inherit will be returned to allow the caller to determine how to handle the condition.
    Syntax
    'Declaration
     
    Public Property FontStyle As ddFontStyleTypes
    public ddFontStyleTypes FontStyle {get; set;}
    See Also