Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 810 Bytes

compositionsurfacebrush_verticalalignmentratio.md

File metadata and controls

22 lines (15 loc) · 810 Bytes
-api-id -api-type
P:Microsoft.UI.Composition.CompositionSurfaceBrush.VerticalAlignmentRatio
winrt property

Microsoft.UI.Composition.CompositionSurfaceBrush.VerticalAlignmentRatio

-description

Controls the positioning of the horizontal axis of content with respect to the horizontal axis of the SpriteVisual. The value is clamped from 0.0f to 1.0f with 0.0f representing the top horizontal edge and 1.0f representing the bottom horizontal edge of the SpriteVisual. The default value is 0.5f.

-property-value

The positioning of the horizontal axis of content with respect to the horizontal axis of the SpriteVisual.

-remarks

-examples

-see-also