Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / Underline Property


In This Topic
    Underline Property (StyleInfo)
    In This Topic
    Gets or sets a value that indicates whether Underline is set.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Overridable Property Underline As Boolean
    'Usage
     
    Dim instance As StyleInfo
    Dim value As Boolean
     
    instance.Underline = value
     
    value = instance.Underline
    [DefaultValue(false)]
    public virtual bool Underline {get; set;}

    Property Value

    false if not set.
    See Also