Skip to main content
All docs
V26.1
  • Padding Properties

    Contains padding or margin information.
    Name Description
    All Indicates padding for all element sides.
    Bottom Indicates padding for the bottom side of the element.
    Horizontal Gets the sum of left and right padding values.
    IsEmpty Indicates whether all padding values are equal to zero.
    Left Indicates padding for the left side of the element.
    Right Indicates padding for the right side of the element.
    Top Indicates padding for the top side of the element.
    Vertical Gets the sum of the top and bottom padding values.
    See Also