ImageVisual.VerticalAlignmentRatio Property

Definition

Gets or sets the vertical alignment ratio of the image.

public:
 property float VerticalAlignmentRatio { float get(); void set(float value); };
float VerticalAlignmentRatio();

void VerticalAlignmentRatio(float value);
public float VerticalAlignmentRatio { get; set; }
var single = imageVisual.verticalAlignmentRatio;
imageVisual.verticalAlignmentRatio = single;
Public Property VerticalAlignmentRatio As Single

Property Value

Single

float

The vertical alignment ratio of the image.

Remarks

Important

This API exists only in Windows 10, version 1507 (Build 10240).

Applies to