BringIntoViewOptions Class
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.
Represents the options that can be applied when an element is brought into view.
public ref class BringIntoViewOptions sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BringIntoViewOptions final
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BringIntoViewOptions
Public NotInheritable Class BringIntoViewOptions
- Inheritance
- Attributes
Remarks
For more info, see the UIElement.StartBringIntoView method.
Constructors
BringIntoViewOptions() |
Initializes a new instance of the BringIntoViewOptions class. |
Properties
AnimationDesired |
Gets or sets a value that indicates whether to use animation when the element is brought into view. |
HorizontalAlignmentRatio |
Controls the positioning of the vertical axis of the |
HorizontalOffset |
Gets or sets the horizontal distance to add to the viewport-relative position of the |
TargetRect |
Gets or sets the area of an element to bring into view. |
VerticalAlignmentRatio |
Controls the positioning of the horizontal axis of the |
VerticalOffset |
Gets or sets the vertical distance to add to the viewport-relative position of the |