ScrollViewer.ViewportWidthProperty Property

Definition

Identifies the ViewportWidth dependency property.

public:
 static property DependencyProperty ^ ViewportWidthProperty { DependencyProperty ^ get(); };
static DependencyProperty ViewportWidthProperty();
public static DependencyProperty ViewportWidthProperty { get; }
var dependencyProperty = ScrollViewer.viewportWidthProperty;
Public Shared ReadOnly Property ViewportWidthProperty As DependencyProperty

Property Value

The identifier for the ViewportWidth dependency property.

Applies to