Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MeasureIconSizeEventArgs Class / Icon Property


In This Topic
    Icon Property (MeasureIconSizeEventArgs)
    In This Topic
    Gets or sets the icon value.
    Syntax
    'Declaration
     
    
    Public Property Icon As ConditionalFormattingIconValue
    'Usage
     
    
    Dim instance As MeasureIconSizeEventArgs
    Dim value As ConditionalFormattingIconValue
     
    instance.Icon = value
     
    value = instance.Icon
    public ConditionalFormattingIconValue Icon {get; set;}

    Property Value

    The icon value.
    See Also