C# Class System.Windows.Documents.TextSelection

Afficher le fichier Open project: shana/moon Class Usage Examples

Private Properties

Свойство Type Description
Free void
INativeEventObjectWrapper Kind
TextSelection System
TextSelection System

Méthodes publiques

Méthode Description
ApplyPropertyValue ( DependencyProperty formattingProperty, object value ) : void
GetPropertyValue ( DependencyProperty formattingProperty ) : object
Insert ( TextElement element ) : void
Select ( TextPointer anchorPosition, TextPointer movingPosition ) : void

Private Methods

Méthode Description
Free ( ) : void
INativeEventObjectWrapper ( ) : Kind
TextSelection ( ) : System
TextSelection ( IntPtr raw, bool dropref ) : System

Method Details

ApplyPropertyValue() public méthode

public ApplyPropertyValue ( DependencyProperty formattingProperty, object value ) : void
formattingProperty DependencyProperty
value object
Résultat void

GetPropertyValue() public méthode

public GetPropertyValue ( DependencyProperty formattingProperty ) : object
formattingProperty DependencyProperty
Résultat object

Insert() public méthode

public Insert ( TextElement element ) : void
element TextElement
Résultat void

Select() public méthode

public Select ( TextPointer anchorPosition, TextPointer movingPosition ) : void
anchorPosition TextPointer
movingPosition TextPointer
Résultat void