CompositionViewBox.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 view box.
public:
property float HorizontalAlignmentRatio { float get(); void set(float value); };
float HorizontalAlignmentRatio();
void HorizontalAlignmentRatio(float value);
public float HorizontalAlignmentRatio { get; set; }
var single = compositionViewBox.horizontalAlignmentRatio;
compositionViewBox.horizontalAlignmentRatio = single;
Public Property HorizontalAlignmentRatio As Single
Property Value
Single
float
The horizontal alignment ratio of the view box.