Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class / PaddingAll Property

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