ImageVisual.HorizontalAlignmentRatio 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 ratio of the image.
public:
property float HorizontalAlignmentRatio { float get(); void set(float value); };
float HorizontalAlignmentRatio();
void HorizontalAlignmentRatio(float value);
public float HorizontalAlignmentRatio { get; set; }
var single = imageVisual.horizontalAlignmentRatio;
imageVisual.horizontalAlignmentRatio = single;
Public Property HorizontalAlignmentRatio As Single
Property Value
Single
float
The horizontal alignment ratio of the image.
Remarks
Important
This API exists only in Windows 10, version 1507 (Build 10240).