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

In This Topic
    LinePaddingTopBottom Property
    In This Topic
    Gets or sets the top and bottom padding of the inner border, in graphic units.
    Syntax
    'Declaration
     
    Public Property LinePaddingTopBottom As System.Nullable(Of Single)
    public System.Nullable<float> LinePaddingTopBottom {get; set;}
    See Also