Share via


Grid.RowSpacingProperty Property

Definition

Identifies the RowSpacing dependency property.

public:
 static property DependencyProperty ^ RowSpacingProperty { DependencyProperty ^ get(); };
static DependencyProperty RowSpacingProperty();
public static DependencyProperty RowSpacingProperty { get; }
var dependencyProperty = Grid.rowSpacingProperty;
Public Shared ReadOnly Property RowSpacingProperty As DependencyProperty

Property Value

The identifier for the RowSpacing dependency property.

Applies to