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

PaddingProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonTwoLineText Class

Microsoft.Windows.Controls.Ribbon Namespace