Map for WinForms | ComponentOne
C1.Win.Map Namespace / Border Class / Style Property

In This Topic
    Style Property (Border)
    In This Topic
    Gets or sets the dash style of all sides of the border.
    Syntax
    'Declaration
     
    
    Public Property Style As Nullable(Of DashStyle)
    public Nullable<DashStyle> Style {get; set;}
    Remarks
    If different sides of the border have different dash styles, gets null. Setting this property to null does not have any effect..
    See Also