TileControl.ImageAlignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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