Sdílet prostřednictvím


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

None 0

No options.

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.

Start 32

The start position of the text range.

ClientCoordinates 256

Return client coordinates instead of screen coordinates.

AllowOffClient 512

Allow points outside of the client area.

Transform 1024

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

NoHorizontalScroll 65536

Horizontal scrolling is disabled.

NoVerticalScroll 262144

Vertical scrolling is disabled.

Applies to

See also