PaddingInfo Members
In This Article
#Constructors
Name | Description |
---|---|
Padding |
Initializes a new instance of the Padding |
Padding |
Initializes a new instance of the Padding |
Padding |
Initializes a new instance of the Padding |
Padding |
Initializes a new instance of the Padding |
Padding |
Initializes a new instance of the Padding |
Padding |
Initializes a new instance of the Padding |
Padding |
Initializes a new instance of the Padding |
Padding |
Initializes a new instance of the Padding |
#Fields
Name | Description |
---|---|
Empty static |
Provides a Padding |
#Properties
Name | Description |
---|---|
All | Specifies padding for all the element’s sides. |
Bottom | Gets or sets the padding value for the bottom edge. |
Dpi | Gets or sets the dpi value used to perform internal calculations. |
Is |
Determines whether the padding is empty (all padding values are null). |
Left | Gets or sets the padding value for the left edge. |
Right | Gets or sets the padding value for the right edge. |
Top | Gets or sets the padding value for the top edge. |
#Methods
Name | Description |
---|---|
Deflate |
Deflates the specified rectangle by the rectangle of the current padding with the specified dpi. |
Deflate |
Deflates the specified size by the size of the current padding with the specified dpi. |
Deflate |
Deflates the specified height value by the height of the current padding with the specified dpi. |
Deflate |
Deflates the specified height value by the height of the current padding. |
Deflate |
Deflates the specified width value by the width of the current padding with the specified dpi. |
Deflate |
Deflates the specified width value by the width of the current padding. |
Equals |
Determines whether or not the specified object is equal to the current Padding |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Padding |
Get |
Gets the hash code (a number) that corresponds to the value of the current Padding |
Get |
Gets the Type of the current instance. Inherited from Object. |
Inflate |
Inflates the specified rectangle by the rectangle of the current padding with the specified dpi. |
Inflate |
Inflates the specified size by the size of the current padding with the specified dpi. |
Inflate |
Inflates the specified height value by the height of the current padding with the specified dpi. |
Inflate |
Inflates the specified height value by the height of the current padding. |
Inflate |
Inflates the specified width value by the width of the current padding with the specified dpi. |
Inflate |
Inflates the specified width value by the width of the current padding. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rotate |
Rotates padding values counterclockwise the specified number of times. |
To |
Returns the fully qualified type name of this instance.
Inherited from Value |
See Also