TileBrush.AlignmentX 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 horizontal alignment of content in the TileBrush base tile.
public:
property System::Windows::Media::AlignmentX AlignmentX { System::Windows::Media::AlignmentX get(); void set(System::Windows::Media::AlignmentX value); };
public System.Windows.Media.AlignmentX AlignmentX { get; set; }
member this.AlignmentX : System.Windows.Media.AlignmentX with get, set
Public Property AlignmentX As AlignmentX
Property Value
A value that specifies the horizontal position of TileBrush content in its base tile. The default value is Center.
Remarks
The AlignmentX and AlignmentY properties of a TileBrush are used when either of the following conditions is true:
The Stretch property is Uniform or UniformToFill and the Viewbox and Viewport have different aspect ratios.
The Stretch property is None and the Viewbox and Viewport are different sizes.
Note that you specify the dimensions of TileBrush content by using the Viewbox property; you specify the position and size of the TileBrush base tile by using the Viewport property.
Dependency Property Information
Identifier field | AlignmentXProperty |
Metadata properties set to true |
None |