Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / FrameStyle Class / CornerRadius Property

In This Topic
    CornerRadius Property
    In This Topic
    Gets or sets the corner radius for the inner border, in graphic units. The default is 0.

    This property only has effect if all border lines are drawn.

    Syntax
    'Declaration
     
    Public Property CornerRadius As System.Single
    public System.float CornerRadius {get; set;}
    See Also