RibbonTabsPanel::ViewportWidth Property

.NET Framework (current version)
 

Gets the horizontal size of the content's visible range in device-independent units (1/96th inch per unit).

Namespace:   System.Windows.Controls.Ribbon.Primitives
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

public:
property double ViewportWidth {
	virtual double get() sealed;
}

Property Value

Type: System::Double

The horizontal size of the content's visible range in device-independent units (1/96th inch per unit). This property has no default value.

This property contains the ViewportWidth value of the panel’s internal ScrollViewer.

.NET Framework
Available since 4.5
Return to top
Show: