ASPxPureTextBoxBase.Paddings Property
Gets the editor's padding settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
Paddings | A Paddings object that contains padding settings. |
Available values:
Name | Description |
---|---|
IsEmpty | Gets a value that indicates whether this Paddings object is initialized with the default values. |
PaddingBottom | Gets or sets the padding value for the bottom edge. |
PaddingRight | Gets or sets the padding value for the right edge. |
PaddingTop | Gets or sets the padding value for the top edge. |
PaddingLeft | Gets or sets the padding value for the left edge. |
Padding | Gets or sets the common padding value for all the four edges. |
AssignToControl(WebControl) | Copies the settings from the current Paddings object to the specified object. |
Reset() | Returns the Paddings object to its original state. |
MergeWith(Paddings) | Combines the properties of the specified Paddings with the current instance of the Paddings class. |
FillStyleAttributes(CssStyleCollection, IUrlResolutionService) | For internal use only. |
CopyFrom(Paddings) | Duplicates the properties of the specified object into the current instance of the Paddings class. |
Assign(Paddings) | Copies the settings from the specified Paddings object to the current object. |
ToString() | Returns a string that represents the current object. |
GetPaddingBottom() | Returns the padding value for the bottom edge. |
GetPaddingRight() | Returns the padding value for the right edge. |
GetPaddingTop() | Returns the padding value for the top edge. |
GetPaddingLeft() | Returns the padding value for the left edge. |
Paddings(Unit, Unit, Unit, Unit) | Initializes a new instance of the Paddings class with the specified padding values for the left, right, top and bottom edges. |
Paddings(Unit) | Initializes a new instance of the Paddings class with the specified padding value for all the edges. |
Paddings(Unit, Unit, Unit, Unit, Unit) | Initializes a new instance of the Paddings class with the specified padding values for all the edges. |
Paddings() | Initializes a new instance of the Paddings class. |
NullPaddings | Defines null padding settings. |