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

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