Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtDgContainer Class / AnChorType Property


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