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

In This Topic
    LinePaddingAll Property
    In This Topic
    Gets or sets all line padding values at once (left, top, right, bottom), in graphic units.
    Syntax
    'Declaration
     
    Public Property LinePaddingAll As System.Nullable(Of Single)
    public System.Nullable<float> LinePaddingAll {get; set;}
    See Also