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


In This Topic
    IconAlignment Property (ThreeStateIconNotify)
    In This Topic
    Gets or sets the System.Drawing.ContentAlignment of the icon.
    Syntax
    'Declaration
     
    
    Public Property IconAlignment As ContentAlignment
    'Usage
     
    
    Dim instance As ThreeStateIconNotify
    Dim value As ContentAlignment
     
    instance.IconAlignment = value
     
    value = instance.IconAlignment
    public ContentAlignment IconAlignment {get; set;}

    Property Value

    The icon alignment. The default is System.Drawing.ContentAlignment.MiddleRight.
    Exceptions
    ExceptionDescription
    The assigned value is not a valid System.Drawing.ContentAlignment value.
    See Also