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

In This Topic
    FontFamily Property (StyleSheetRule)
    In This Topic
    Gets/sets the FontFamily value. If this StyleSheetRule's declaration does not contain the value, or the value is indicated as null, it will be returned from it's parent. When the property is set the value will only be set to this StyleSheetRule's declaration instance (not the parent's).
    Syntax
    'Declaration
     
    Public Property FontFamily As String
    public string FontFamily {get; set;}
    Remarks
    Multiple families seperated by commas may be returned.
    See Also