TileControl.ImageAlignment Property

Definition

Gets or sets the alignment of the tile when the ScrollOrientation is set to Vertical or Horizontal. Valid values are Left or Right for ScrollOrientation set to Horizontal and Top or Bottom for ScrollOrientation set to Vertical.

public Microsoft.Toolkit.Uwp.UI.Controls.ImageAlignment ImageAlignment { get; set; }
member this.ImageAlignment : Microsoft.Toolkit.Uwp.UI.Controls.ImageAlignment with get, set
Public Property ImageAlignment As ImageAlignment

Property Value

Applies to