AlignmentGrid Class

Definition

AlignmentGrid is used to display a grid to help aligning controls

public class AlignmentGrid : Windows.UI.Xaml.Controls.ContentControl
type AlignmentGrid = class
    inherit ContentControl
Public Class AlignmentGrid
Inherits ContentControl
Inheritance
Windows.UI.Xaml.Controls.ContentControl
AlignmentGrid

Constructors

AlignmentGrid()

Initializes a new instance of the AlignmentGrid class.

Fields

HorizontalStepProperty

Identifies the HorizontalStep dependency property.

LineBrushProperty

Identifies the LineBrush dependency property.

VerticalStepProperty

Identifies the VerticalStep dependency property.

Properties

HorizontalStep

Gets or sets the step to use horizontally.

LineBrush

Gets or sets the step to use horizontally.

VerticalStep

Gets or sets the step to use horizontally.

Applies to