Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtSpgrContainer Class / AnchorType Property


In This Topic
    AnchorType Property (OfficeArtSpgrContainer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property AnchorType As ClientAnchorType
    'Usage
     
    
    Dim instance As OfficeArtSpgrContainer
    Dim value As ClientAnchorType
     
    instance.AnchorType = value
     
    value = instance.AnchorType
    public ClientAnchorType AnchorType {get; set;}
    See Also