Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtSpContainer Class / ClientAnchorType Property


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