Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorderSide Class / CompoundArray Property


In This Topic
    CompoundArray Property
    In This Topic
    Gets array values that specify a compound line made up of parallel lines and spaces of this side of the complex border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CompoundArray As Single()
    'Usage
     
    
    Dim instance As ComplexBorderSide
    Dim value() As Single
     
    value = instance.CompoundArray
    public float[] CompoundArray {get;}
    See Also