Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Outline Property


In This Topic
    Outline Property (Font)
    In This Topic
    Gets a value indicating whether this Font is outline.
    Syntax
    'Declaration
     
    
    Public Property Outline As Boolean
    'Usage
     
    
    Dim instance As Font
    Dim value As Boolean
     
    instance.Outline = value
     
    value = instance.Outline
    public bool Outline {get; set;}

    Property Value

    true if this Font is outline; otherwise, false.
    See Also