共用方式為


TextRange.IsEmpty Property

Definition

Determines whether or not this range is empty.

public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Property Value

true if the length of the range is zero, otherwise false.

Applies to