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.
Gets the horizontal 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 ExtentWidth As Double
public double ExtentWidth { get; }
public:
virtual property double ExtentWidth {
double get () sealed;
}
abstract ExtentWidth : float
override ExtentWidth : float
final function get ExtentWidth () : double
Property Value
Type: System.Double
The horizontal size of the scrolled content in device-independent units (1/96th inch per unit). This property has no default value.
Implements
Remarks
This property contains the ExtentWidth value of the panel’s internal ScrollViewer.
.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.