ColumnDefinition.MaxWidthProperty Property

Definition

Identifies the MaxWidth dependency property.

public:
 static property DependencyProperty ^ MaxWidthProperty { DependencyProperty ^ get(); };
static DependencyProperty MaxWidthProperty();
public static DependencyProperty MaxWidthProperty { get; }
var dependencyProperty = ColumnDefinition.maxWidthProperty;
Public Shared ReadOnly Property MaxWidthProperty As DependencyProperty

Property Value

The identifier for the MaxWidth dependency property.

Applies to