RibbonTwoLineText.Padding Property
Gets or sets the thickness of the space between the boundaries of the content area and the displayed content.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property Padding As Thickness
public Thickness Padding { get; set; }
public:
property Thickness Padding {
Thickness get ();
void set (Thickness value);
}
member Padding : Thickness with get, set
function get Padding () : Thickness
function set Padding (value : Thickness)
Property Value
Type: System.Windows.Thickness
The thickness of the space between the boundaries of the content area and the displayed content.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.