Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / Border Property


In This Topic
    Border Property (BannerShape)
    In This Topic
    Gets or sets the border for the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property Border As IBorder
    'Usage
     
    
    Dim instance As BannerShape
    Dim value As IBorder
     
    instance.Border = value
     
    value = instance.Border
    public virtual IBorder Border {get; set;}
    See Also