RibbonTab.TabHeaderRight Property
Gets a value that indicates the position of the right edge of the corresponding RibbonTabHeader in the coordinate space of this RibbonTab.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property TabHeaderRight As Double
public double TabHeaderRight { get; internal set; }
public:
property double TabHeaderRight {
double get ();
internal: void set (double value);
}
member TabHeaderRight : float with get, internal set
function get TabHeaderRight () : double
internal function set TabHeaderRight (value : double)
Property Value
Type: System.Double
A value that indicates the position of the right edge of the corresponding RibbonTabHeader in the coordinate space of this RibbonTab.The registered default is nulla null reference (Nothing in Visual Basic). For more information about what can influence the value, see Dependency Property Value Precedence.
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.