Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DropDownControl Class / AnchorSize Property


In This Topic
    AnchorSize Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property AnchorSize As Size
    'Usage
     
    
    Dim instance As DropDownControl
    Dim value As Size
     
    instance.AnchorSize = value
     
    value = instance.AnchorSize
    public Size AnchorSize {get; set;}
    See Also