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

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