RibbonGalleryCategoriesPanel.ExtentHeight Property
Gets the vertical size of the scrolled content in device-independent units (1/96th inch per unit).
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
The vertical size of the scrolled content in device-independent units (1/96th inch per unit).
Implements
.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.