PointOptions Enum

Definition

Defines options for specifying or retrieving a point.

This enumeration supports a bitwise combination of its member values.

public enum class PointOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PointOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PointOptions
var value = Windows.UI.Text.PointOptions.none
Public Enum PointOptions
Inheritance
PointOptions
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

AllowOffClient 512

Allow points outside of the client area.

ClientCoordinates 256

Return client coordinates instead of screen coordinates.

IncludeInset 1

Add left and top insets to the left and top coordinates of the rectangle, and subtract right and bottom insets from the right and bottom coordinates.

NoHorizontalScroll 65536

Horizontal scrolling is disabled.

None 0

No options.

NoVerticalScroll 262144

Vertical scrolling is disabled.

Start 32

The start position of the text range.

Transform 1024

Transform coordinates using a world transform supplied by the host app.

Applies to

See also