DocumentViewBaseデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | CurrentSnapshot | VisibleLines の現在セットを生成するために使用する Infragistics.Documents.TextDocumentSnapshot を返します。 |
![]() | Document | ビューに関連付けられた Infragistics.Documents.TextDocument を返します。 |
![]() | FirstVisibleLineNumber | EditorDocumentView で最初に表示される DocumentViewLine のゼロから始まるライン インデックスを返すか、設定します。 |
![]() | HorizontalLineOffset | EditorDocumentView に表示される DocumentViewLine のゼロから始まる水平ピクセル オフセットを返すか、設定します。 |
![]() | LastVisibleLineNumber | EditorDocumentView で最後に表示される DocumentViewLine のゼロから始まるライン インデックスを返します (読み取り専用)。 |
![]() | SyntaxEditor | ビューに関連付けられた XamSyntaxEditor を返します。 |
![]() | TextAreaBounds | テキスト領域の境界四角形 (テキストが描画されるスクロールバーとマージン内の領域) をコントロール座標で返します。(読み取り専用) |
![]() | VisibleLines | 現在 DocumentViewBase に表示されている DocumentViewLine の読み取り専用の、監視下のコレクションを返します (読み取り専用)。 |
名前 | 解説 | |
---|---|---|
![]() | BringLineIntoView | 指定したゼロから始まるライン インデックスのドキュメント ラインを確実にビューに表示します。 |
![]() | GetIsLineInView | 指定したゼロから始まるライン インデックスのドキュメント ラインをビューに表示するかどうかを返します。 |
![]() | GetMarginAreaHeight | 指定した EditorDocumentViewMarginLocation のマージン領域の高さを返します。 |
![]() | GetMarginAreaWidth | 指定した EditorDocumentViewMarginLocation のマージン領域の幅を返します。 |
![]() | GoToLineNumber | 要求したラインをビュー (できれば画面の中央) に表示できるように配置します。 |
![]() | GoToOffset | 指定したドキュメント オフセットをビューのできれば中央に表示し、キャレットを指定オフセット位置に表示できるよう、表示を再読み込みします。 |
![]() | GoToTextLocation | 指定した Infragistics.Documents.Parsing.TextLocation があるラインをビュー (のできれば中央) に表示し、キャレットを指定文字位置に表示できるよう、表示を再読み込みします。 |
![]() | SnapshotPointFromScreenPoint | 指定した画面点 (テキスト領域の座標で表現される) に最も近い Infragistics.Documents.SnapshotPoint を返します。 |
![]() | TextAreaPointFromViewPoint | (スクロールバー、マージン、テキスト領域がある) ビュー座標テキスト領域座標に点を変換します。 |
![]() | TextLocationFromScreenPoint | 指定した画面点 (テキスト領域の座標で表現される) に最も近い Infragistics.Documents.Parsing.TextLocation を返します。 |
![]() | ViewLineFromLineIndex | ゼロから始まる指定したライン インデックスの宛先ドキュメント ラインに対応する DocumentViewLine を返します。ゼロから始まる指定したライン インデックスがビューの範囲外の場合は null を返します。 |
![]() | ViewLineFromVerticalOffset | (テキスト座標の) 指定した垂直ピクセル オフセットを格納する DocumentViewLine を返します。 |
![]() | ViewPointFromTextAreaPoint | テキスト領域座標から (スクロールバー、マージン、テキスト領域がある) ビュー座標に点を変換します。 |
名前 | 解説 | |
---|---|---|
![]() | OnAmbientPropertyChanged | 1 つ以上の周囲のフォント プロパティまたは色プロパティを変更すると呼びだします。 |
![]() | OnDocumentChanged | XamSyntaxEditor.Document プロパティを変更すると呼び出します |
![]() | OnDocumentTextChanged | ドキュメント テキストを変更すると呼び出します。 |
![]() | OnDocumentTextChanging | 変更に関するドキュメント テキストを変更すると呼びだします。 |
![]() | OnDocumentTextLoaded | Infragistics.Documents.TextDocument.Load(System.String) に対する呼び出しの結果として、XamSyntaxEditor.Document にテキストを読み込むと呼びだします。 |
![]() | OnLanguageChanged | Infragistics.Documents.TextDocument に関連付けた Language を変更すると呼び出します。 |
![]() | OnLayoutChanged | LayoutChanged イベントを呼び出します。 |
![]() | OnLoaded | DocumentViewBase が読み込まれるときに呼び出されます。 |
![]() | OnServiceAdded | 関連付けた Infragistics.Documents.TextDocument の Language にサービスを登録すると呼び出します。 |
![]() | OnServiceRemoved | 関連付けた Infragistics.Documents.TextDocument の Language にサービスの登録を解除すると呼び出します。 |
![]() | OnUnloaded | DocumentViewBase をアンロードするときに呼び出します。 |
![]() | RefreshLayerLayout | 指定した AdornmentLayerInfo に説明した Infragistics.Controls.Editors.Primitives.AdornmentLayer のレイアウトを更新します。 |
![]() | RefreshLayersLayout | この DocumentViewBase と関連付けるすべての Infragistics.Controls.Editors.Primitives.AdornmentLayer のレイアウトを更新します。 |
名前 | 解説 | |
---|---|---|
![]() | LayoutChanged | DocumentViewBase のラインのレイアウト変更後に発生します。 |