Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IconNotify Class / IconAlignment Property


In This Topic
    IconAlignment Property (IconNotify)
    In This Topic
    Gets or sets the alignment of the Icon.
    Syntax
    'Declaration
     
    
    Public Property IconAlignment As ContentAlignment
    'Usage
     
    
    Dim instance As IconNotify
    Dim value As ContentAlignment
     
    instance.IconAlignment = value
     
    value = instance.IconAlignment
    public ContentAlignment IconAlignment {get; set;}
    See Also