Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This API is not implemented.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public ReadOnly Property ExtentHeight As Double
public double ExtentHeight { get; }
public:
virtual property double ExtentHeight {
double get () sealed;
}
abstract ExtentHeight : float
override ExtentHeight : float
final function get ExtentHeight () : double
Property Value
Type: System.Double
0.0 in all cases.
Implements
Remarks
The RibbonTabsPanel provides horizontal scrolling by line for RibbonTab controls in a Ribbon. Scrolling up or down, and scrolling by page is not supported.
.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.