Control.VerticalContentAlignmentProperty Property

Definition

Identifies the VerticalContentAlignment dependency property.

public:
 static property DependencyProperty ^ VerticalContentAlignmentProperty { DependencyProperty ^ get(); };
static DependencyProperty VerticalContentAlignmentProperty();
public static DependencyProperty VerticalContentAlignmentProperty { get; }
var dependencyProperty = Control.verticalContentAlignmentProperty;
Public Shared ReadOnly Property VerticalContentAlignmentProperty As DependencyProperty

Property Value

The identifier for the VerticalContentAlignment dependency property.

Applies to