Editor クラス
定義
複数行のテキストを編集できるコントロール。A control that can edit multiple lines of text.
[Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._EditorRenderer))]
public class Editor : Xamarin.Forms.InputView, Xamarin.Forms.IEditorController, Xamarin.Forms.IElementConfiguration<Xamarin.Forms.Editor>, Xamarin.Forms.Internals.IFontElement
type Editor = class
inherit InputView
interface IEditorController
interface IViewController
interface IVisualElementController
interface IElementController
interface IFontElement
interface IElementConfiguration<Editor>
- 継承
- 属性
- 実装
注釈
1 行のエントリを参照してください。Entryします。For single line entries, see Entry.
コンストラクター
Editor() |
Editor クラスの新しいインスタンスを初期化します。Initializes a new instance of the Editor class. |
フィールド
AutoSizeProperty |
ユーザーの入力に合わせてエディターでサイズを変更するかどうかを制御するプロパティのバッキング ストア。Backing store for the property that controls whether the editor will change size to accommodate input as the user enters it. |
FontAttributesProperty |
FontAttributes プロパティのバッキング ストア。Backing store for the FontAttributes property. |
FontFamilyProperty |
FontFamily プロパティのバッキング ストア。Backing store for the FontFamily property. |
FontSizeProperty |
FontSize プロパティのバッキング ストア。Backing store for the FontSize property. |
IsTextPredictionEnabledProperty |
IsTextPredictionEnabled フィールドのバッキング ストア。The backing store for the IsTextPredictionEnabled field. |
PlaceholderColorProperty |
PlaceholderColor プロパティのバッキング ストア。Backing store for the PlaceholderColor property. |
PlaceholderProperty |
Placeholder プロパティのバッキング ストア。Backing store for the Placeholder property. |
TextColorProperty |
TextColor プロパティのバッキング ストア。Backing store for the TextColor property. |
TextProperty |
バインド可能なプロパティ Text を識別します。Identifies the Text bindable property. |
プロパティ
AnchorX |
すべての変換の中心点の X 座標を、要素の境界からの相対位置で取得または設定します。Gets or sets the X component of the center point for any transform, relative to the bounds of the element. これはバインド可能なプロパティです。This is a bindable property. (継承元 VisualElement) |
AnchorY |
すべての変換の中心点の Y 座標を、要素の境界からの相対位置で取得または設定します。Gets or sets the Y component of the center point for any transform, relative to the bounds of the element. これはバインド可能なプロパティです。This is a bindable property. (継承元 VisualElement) |
AutomationId |
自動化フレームワークがこの要素を見つけ、対話することを可能にする値を取得または設定します。Gets or sets a value that allows the automation framework to find and interact with this element. (継承元 Element) |
AutoSize |
ユーザーの入力に合わせてエディターでサイズを変更するかどうかを制御する値を取得または設定します。Gets or sets a value that controls whether the editor will change size to accommodate input as the user enters it. |
BackgroundColor |
VisualElement の背景を塗りつぶす色を取得または設定します。Gets or sets the color which will fill the background of a VisualElement. これはバインド可能なプロパティです。This is a bindable property. (継承元 VisualElement) |
Batched |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 VisualElement) |
Behaviors |
この要素に関連付けられている動作の一覧を取得します。Gets the list of Behavior associated to this element. これはバインド可能なプロパティです。This is a bindable propery. (継承元 VisualElement) |
BindingContext |
バインドされたプロパティのうち、この BindableObject に属するプロパティの対象となるプロパティが含まれるオブジェクトを取得または設定します。Gets or sets object that contains the properties that will be targeted by the bound properties that belong to this BindableObject. (継承元 BindableObject) |
Bounds |
要素の範囲を取得します。Gets the bounds of the element. (継承元 VisualElement) |
class | (継承元 NavigableElement) |
ClassId |
意味的に同類の要素の集合を識別するために使用される値を取得または設定します。Gets or sets a value used to identify a collection of semantically similar elements. (継承元 Element) |
DisableLayout |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 VisualElement) |
EffectControlProvider |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 Element) |
Effects |
この項目に適用される効果の一覧。A list of the effects that are applied to this item. (継承元 Element) |
FlowDirection |
レイアウトのフロー方向を取得または設定します。Gets or sets the layout flow direction. (継承元 VisualElement) |
FontAttributes |
エディターのフォントが太字か、斜体か、そのいずれでもないかを示す値を取得します。Gets a value that indicates whether the font for the editor is bold, italic, or neither. |
FontFamily |
エディターのフォントが属するフォント ファミリを取得します。Gets the font family to which the font for the editor belongs. |
FontSize |
エディターのフォント サイズを取得します。Gets the size of the font for the editor. |
GestureController |
ビューのジェスチャのコントローラーを取得します。Gets the gesture controller for the view. (継承元 View) |
GestureRecognizers |
このビューに関連付けられているジェスチャ レコグナイザーのコレクション。The collection of gesture recognizers associated with this view. (継承元 View) |
Height |
この要素の描画時の現在の高さを取得します。Gets the current rendered height of this element. これはバインド可能な読み取り専用プロパティです。This is a read-only bindable property. (継承元 VisualElement) |
HeightRequest |
この要素の必要な高さオーバーライドを取得または設定します。Gets or sets the desired height override of this element. (継承元 VisualElement) |
HorizontalOptions |
レイアウト サイクルで要素がどのように配置されるかを定義する LayoutOptions を取得または設定します。Gets or sets the LayoutOptions that define how the element gets laid in a layout cycle. これはバインド可能なプロパティです。This is a bindable property. (継承元 View) |
Id |
アプリケーションの実行により要素を一意に識別するために使用できる値を取得します。Gets a value that can be used to uniquely identify an element through the run of an application. (継承元 Element) |
InputTransparent |
この要素をユーザー インターフェイス サイクルに含めるかどうかを示す値を取得または設定します。Gets or sets a value indicating whether this element should be involved in the user interaction cycle. これはバインド可能なプロパティです。This is a bindable property. (継承元 VisualElement) |
IsEnabled |
この要素をユーザー インターフェイスで有効にするかどうかを示す値を取得または設定します。Gets or sets a value indicating whether this element is enabled in the user interface. これはバインド可能なプロパティです。This is a bindable property. (継承元 VisualElement) |
IsFocused |
この要素に現在フォーカスがあるかどうかを示す値を取得します。Gets a value indicating whether this element is focused currently. これはバインド可能なプロパティです。This is a bindable property. (継承元 VisualElement) |
IsInNativeLayout |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 VisualElement) |
IsNativeStateConsistent |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 VisualElement) |
IsPlatformEnabled |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 VisualElement) |
IsReadOnly | (継承元 InputView) |
IsSpellCheckEnabled |
スペル チェックが有効かどうかを制御する値を取得または設定します。Gets or sets a value that controls whether spellchecking is enabled. (継承元 InputView) |
IsTabStop |
この要素がタブ ナビゲーションに含まれるかどうかを示す値を取得または設定します。Gets or sets a value that indicates whether this element is included in tab navigation. これはバインド可能なプロパティです。This is a bindable property. (継承元 VisualElement) |
IsTextPredictionEnabled | |
IsVisible |
要素をビジュアル ツリーに含めるかどうかを決定する値を取得します。Gets or sets a value that determines whether this elements should be part of the visual tree or not. これはバインド可能なプロパティです。This is a bindable property. (継承元 VisualElement) |
Keyboard |
InputView のキーボードを取得または設定します。Gets or sets the Keyboard for the InputView. これはバインド可能なプロパティです。This is a bindable property. (継承元 InputView) |
LogicalChildren |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 Element) |
Margin |
ビューの余白を取得または設定します。Gets or sets the margin for the view. (継承元 View) |
MaxLength |
入力が許容される最大長を取得または設定します。Gets or sets the maximum allowed length of input. (継承元 InputView) |
MinimumHeightRequest |
レイアウト時に要素によって要求される高さの最小値をオーバーライドする値を取得または設定します。Gets or sets a value which overrides the minimum height the element will request during layout. (継承元 VisualElement) |
MinimumWidthRequest |
レイアウト時に要素によって要求される最小幅をオーバーライドする値を取得または設定します。Gets or sets a value which overrides the minimum width the element will request during layout. (継承元 VisualElement) |
Navigation | (継承元 NavigableElement) |
NavigationProxy | (継承元 NavigableElement) |
Opacity |
描画時に要素に適用する不透明度値を取得または設定します。Gets or sets the opacity value applied to the element when it is rendered. これはバインド可能なプロパティです。This is a bindable property. (継承元 VisualElement) |
Parent |
要素の親要素を取得または設定します。Gets or sets the parent element of the element. (継承元 Element) |
ParentView |
この要素の最も近い祖先 (すなわち VisualElement) である要素を取得します。Gets the element which is the closest ancestor of this element that is a VisualElement. (継承元 Element) |
Placeholder |
コントロールが空のときに表示されるテキストを取得または設定します。Gets or sets the text that is displayed when the control is empty. |
PlaceholderColor |
プレースホルダー テキストの色を取得または設定します。Gets or sets the color of the placeholder text. |
Platform | (継承元 Element) |
RealParent |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 Element) |
Resources |
ローカルのリソース ディクショナリを取得または設定します。Gets or sets the local resource dictionary. (継承元 VisualElement) |
Rotation |
要素の描画時に、Z 軸を中心とする回転 (アフィン回転) を取得または設定します。Gets or sets the rotation about the Z-axis (affine rotation) when the element is rendered. (継承元 VisualElement) |
RotationX |
要素の描画時に、X 軸を中心とする回転 (パースペクティブ回転) を取得または設定します。Gets or sets the rotation about the X-axis (perspective rotation) when the element is rendered. (継承元 VisualElement) |
RotationY |
要素の描画時に、Y 軸を中心とする回転 (パースペクティブ回転) を取得または設定します。Gets or sets the rotation about the Y-axis (perspective rotation) when the element is rendered. (継承元 VisualElement) |
Scale |
要素に適用するスケール ファクターを取得または設定します。Gets or sets the scale factor applied to the element. (継承元 VisualElement) |
ScaleX |
X 方向に適用するスケールの値を取得または設定します。Gets or sets a scale value to apply to the X direction. (継承元 VisualElement) |
ScaleY |
Y 方向に適用するスケールの値を取得または設定します。Gets or sets a scale value to apply to the Y direction. (継承元 VisualElement) |
Style | (継承元 NavigableElement) |
StyleClass | (継承元 NavigableElement) |
StyleId |
要素を一意に識別するユーザー定義の値を取得または設定します。Gets or sets a user defined value to uniquely identify the element. (継承元 Element) |
TabIndex | (継承元 VisualElement) |
Text |
エントリのテキストを取得または設定します。Gets or sets the text of the entry. これはバインド可能なプロパティです。This is a bindable property. |
TextColor |
テキストの色を取得または設定します。Gets or sets the text color. |
TranslationX |
要素の X 変換差分を取得または設定します。Gets or sets the X translation delta of the element. (継承元 VisualElement) |
TranslationY |
要素の Y 変換差分を取得または設定します。Gets or sets the Y translation delta of the element. (継承元 VisualElement) |
Triggers |
この要素に関連付けられているトリガーの一覧を取得します。Gets the list of Trigger associated to this element. これはバインド可能なプロパティです。This is a bindable property. (継承元 VisualElement) |
VerticalOptions |
レイアウト サイクルで要素がどのように配置されるかを定義する LayoutOptions を取得または設定します。Gets or sets the LayoutOptions that define how the element gets laid in a layout cycle. これはバインド可能なプロパティです。This is a bindable property. (継承元 View) |
Visual | (継承元 VisualElement) |
Width |
この要素の描画時の現在の幅を取得します。Gets the current rendered width of this element. これはバインド可能な読み取り専用プロパティです。This is a read-only bindable property. (継承元 VisualElement) |
WidthRequest |
この要素の必要な幅オーバーライドを取得または設定します。Gets or sets the desired width override of this element. (継承元 VisualElement) |
X |
この要素の現在の X 位置を取得します。Gets the current X position of this element. これはバインド可能な読み取り専用プロパティです。This is a read-only bindable property. (継承元 VisualElement) |
Y |
この要素の現在の Y 位置を取得します。Gets the current Y position of this element. これはバインド可能な読み取り専用プロパティです。This is a read-only bindable property. (継承元 VisualElement) |
メソッド
ApplyBindings() |
BindingContext にバインディングを適用します。Apply the bindings to BindingContext. (継承元 BindableObject) |
BatchBegin() |
要素のプロパティに対する変更のバッチの開始を通知します。Signals the start of a batch of changes to the elements properties. (継承元 VisualElement) |
BatchCommit() |
要素へのコマンドのバッチが終端に達したこと、およびこれらのコマンドを今コミットする必要があることを通知します。Signals the end of a batch of commands to the element and that those commands should now be committed. (継承元 VisualElement) |
ChangeVisualState() |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 VisualElement) |
ClearValue(BindableProperty) |
|
ClearValue(BindablePropertyKey) |
|
Descendants() |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 Element) |
EffectIsAttached(String) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 Element) |
FindByName(String) |
指定した名前を持つ要素を返します。Returns the element that has the specified name. (継承元 Element) |
Focus() |
この要素にフォーカスを設定することを試みます。Attemps to set focus to this element. (継承元 VisualElement) |
GetChildElements(Point) |
視覚的に、指定した |
GetSizeRequest(Double, Double) |
要素の SizeRequest を返します。Returns the SizeRequest of the element. このメソッドを呼び出すと、レイアウト サイクルの測定パスが開始されます。Calling this method begins the measure pass of a layout cycle. (継承元 VisualElement) |
GetValue(BindableProperty) |
BindableProperty に含まれる値を返します。Returns the value that is contained in the BindableProperty. (継承元 BindableObject) |
GetValues(BindableProperty, BindableProperty) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 BindableObject) |
GetValues(BindableProperty, BindableProperty, BindableProperty) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 BindableObject) |
InvalidateMeasure() |
この VisualElement のレイアウトを無効にするために呼び出されるメソッド。Method that is called to invalidate the layout of this VisualElement. MeasureInvalidated イベントを発生させます。Raises the MeasureInvalidated event. (継承元 VisualElement) |
InvalidateMeasureNonVirtual(InvalidationTrigger) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 VisualElement) |
IsSet(BindableProperty) |
ターゲット プロパティが存在し、設定されている場合、 |
Layout(Rectangle) |
レイアウト サイクル中に要素の境界を更新します。Updates the bounds of the element during the layout cycle. (継承元 VisualElement) |
Measure(Double, Double, MeasureFlags) |
ビジュアル要素をデバイスに表示するために必要な最小サイズを返します。Returns the minimum size that a visual element needs in order to be displayed on the device. (継承元 VisualElement) |
NativeSizeChanged() |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 VisualElement) |
On<T>() |
プラットフォーム固有のメソッドを呼び出すことができる、この Editor のプラットフォーム固有のインスタンスが返されます。Returns the platform-specific instance of this Editor, on which a platform-specific method may be called. |
OnBindingContextChanged() |
View のバインド コンテキストが変更されるたびに呼び出されます。Invoked whenever the binding context of the View changes. このイベントに対するクラス処理を追加するには、このメソッドをオーバーライドします。Override this method to add class handling for this event. (継承元 View) |
OnChildAdded(Element) |
アプリケーション開発者は、子が追加されると応答するようにこのメソッドをオーバーライドすることができます。Application developers can override this method to respond when a child is added. (継承元 VisualElement) |
OnChildRemoved(Element) |
アプリケーション開発者は、子が削除されると応答するようにこのメソッドをオーバーライドすることができます。Application developers can override this method to respond when a child is removed. (継承元 VisualElement) |
OnChildrenReordered() |
ChildrenReordered イベントが生成される直前に毎回呼び出されます。Invoked whenever the ChildrenReordered event is about to be emitted. このイベントに対するクラス処理を追加するには、このメソッドを実装します。Implement this method to add class handling for this event. (継承元 VisualElement) |
OnMeasure(Double, Double) |
レイアウト測定が発生すると呼び出されるメソッド。Method that is called when a layout measurement happens. (継承元 VisualElement) |
OnParentSet() | (継承元 NavigableElement) |
OnPropertyChanged(String) |
バインドされたプロパティが変更されたときに呼び出されるメソッド。Method that is called when a bound property is changed. (継承元 Element) |
OnPropertyChanging(String) |
子クラスからこのメソッドを呼び出し、プロパティで変更が行われることを通知します。Call this method from a child class to notify that a change is going to happen on a property. (継承元 BindableObject) |
OnSizeAllocated(Double, Double) |
レイアウト サイクル中に要素のサイズが設定されると、このメソッドが呼び出されます。This method is called when the size of the element is set during a layout cycle. このメソッドは、SizeChanged イベントが生成される直前に呼び出されます。This method is called directly before the SizeChanged event is emitted. このイベントに対するクラス処理を追加するには、このメソッドを実装します。Implement this method to add class handling for this event. (継承元 VisualElement) |
OnSizeRequest(Double, Double) |
このメソッドは、要素の目的のサイズを取得するために、レイアウト サイクルの測定パス中に呼び出されます。This method is called during the measure pass of a layout cycle to get the desired size of an element. (継承元 VisualElement) |
OnTabIndexPropertyChanged(Int32, Int32) | (継承元 VisualElement) |
OnTabStopPropertyChanged(Boolean, Boolean) | (継承元 VisualElement) |
RemoveBinding(BindableProperty) |
以前に設定されたバインディングを削除します。Removes a previously set binding. (継承元 BindableObject) |
RemoveDynamicResource(BindableProperty) |
以前に設定された動的リソースを削除しますRemoves a previously set dynamic resource (継承元 Element) |
SendCompleted() |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. |
SetBinding(BindableProperty, BindingBase) |
プロパティにバインディングを割り当てます。Assigns a binding to a property. (継承元 BindableObject) |
SetDynamicResource(BindableProperty, String) |
キーを指定した DynamicResource を介して更新するこの要素の BindableProperty プロパティを設定します。Sets the BindableProperty property of this element to be updated via the DynamicResource with the provided key. (継承元 Element) |
SetValue(BindableProperty, Object) |
指定したプロパティの値を設定します。Sets the value of the specified property. (継承元 BindableObject) |
SetValue(BindablePropertyKey, Object) |
propertyKey の値を設定します。Sets the value of the propertyKey. (継承元 BindableObject) |
SetValueCore(BindableProperty, Object, SetValueFlags) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 BindableObject) |
SetValueFromRenderer(BindableProperty, Object) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 Element) |
SetValueFromRenderer(BindablePropertyKey, Object) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 Element) |
SizeAllocated(Double, Double) |
SizeAllocated は、サブツリー レイアウトの開始を通知するためにレイアウト サイクル中に呼び出されます。SizeAllocated is called during a layout cycle to signal the start of a sub-tree layout. (継承元 VisualElement) |
TabIndexDefaultValueCreator() | (継承元 VisualElement) |
TabStopDefaultValueCreator() | (継承元 VisualElement) |
UnapplyBindings() |
以前に設定されたバインディングをすべて解除します。Unapplies all previously set bindings. (継承元 BindableObject) |
Unfocus() |
この要素へのフォーカスを設定解除します。Unsets focus to this element. (継承元 VisualElement) |
UpdateAutoSizeOption() |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. |
イベント
BatchCommitted |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 VisualElement) |
BindingContextChanged |
BindingContext プロパティが変更されるたびに発生します。Raised whenever the BindingContext property changes. (継承元 BindableObject) |
ChildAdded |
子要素が要素に追加されるたびに発生します。Occurs whenever a child element is added to the element. (継承元 Element) |
ChildRemoved |
子要素が要素から削除されるたびに発生します。Occurs whenever a child element is removed from the element. (継承元 Element) |
ChildrenReordered |
VisualElement の子の順序が変更されると発生します。Occurs when the Children of a VisualElement have been re-ordered. (継承元 VisualElement) |
Completed |
編集の完了時に発生するイベント。Event that is fired when editing has completed. |
DescendantAdded |
子要素が要素サブツリーに追加されるたびに発生します。Occurs whenever a child element is added to the elements subtree. (継承元 Element) |
DescendantRemoved |
子要素が要素サブツリーから削除されるたびに発生します。Occurs whenever a child element is removed from the elements subtree. (継承元 Element) |
FocusChangeRequested |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 VisualElement) |
Focused |
要素がフォーカスを受け取ると発生します。Occurs when the element receives focus. (継承元 VisualElement) |
MeasureInvalidated |
ビジュアル要素のレイアウトが無効になったときに発生するイベント。Event that is raised when the layout of a visual element is invalidated. (継承元 VisualElement) |
PlatformSet | (継承元 Element) |
PropertyChanged |
プロパティが変更されたときに発生します。Raised when a property has changed. (継承元 BindableObject) |
PropertyChanging |
プロパティが変更されようとしているときに発生します。Raised when a property is about to change. (継承元 BindableObject) |
SizeChanged |
この要素の Width プロパティまたは Height プロパティの値が変更されると発生します。Occurs when either the Width or the Height properties change value on this element. (継承元 VisualElement) |
TextChanged |
Editor のテキストが変更されたときに発生します。Occurs when the text of the Editor changes. |
Unfocused |
要素がフォーカスを失ったときに発生します。Occurs when the element loses focus. (継承元 VisualElement) |
明示的なインターフェイスの実装
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 BindableObject) |
IElementController.SetValueFromRenderer(BindableProperty, Object) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 Element) |
IFontElement.FontSizeDefaultValueCreator() |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. |
IFontElement.OnFontAttributesChanged(FontAttributes, FontAttributes) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. |
IFontElement.OnFontChanged(Font, Font) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. |
IFontElement.OnFontFamilyChanged(String, String) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. |
IFontElement.OnFontSizeChanged(Double, Double) |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. |
IGestureController.CompositeGestureRecognizers |
Xamarin.Forms プラットフォームによる内部使用向け。For internal use by the Xamarin.Forms platform. (継承元 View) |
INameScope.RegisterName(String, Object) |
内部使用のみ。For internal use only. (継承元 Element) |
IVisualElementController.EffectiveFlowDirection |
ロケールと論理フローの設定を考慮して、プラットフォームでの要素の効果的なビジュアル フロー方向を取得します。Gets the effective visual flow direction for the element on the platform, taking into account the locale and logical flow settings. (継承元 VisualElement) |
IVisualElementController.InvalidateMeasure(InvalidationTrigger) |
このメソッドは、内部で使用します。This method is for internal use. (継承元 VisualElement) |
拡張メソッド
AbortAnimation(IAnimatable, String) |
アニメーションを停止します。Stops the animation. |
Animate(IAnimatable, String, Action<Double>, Double, Double, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>) |
指定のパラメーターを設定し、アニメーションを開始します。Sets the specified parameters and starts the animation. |
Animate(IAnimatable, String, Action<Double>, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>) |
指定のパラメーターを設定し、アニメーションを開始します。Sets the specified parameters and starts the animation. |
Animate(IAnimatable, String, Animation, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>) |
指定のパラメーターを設定し、アニメーションを開始します。Sets the specified parameters and starts the animation. |
Animate<T>(IAnimatable, String, Func<Double,T>, Action<T>, UInt32, UInt32, Easing, Action<T,Boolean>, Func<Boolean>) |
指定のパラメーターを設定し、アニメーションを開始します。Sets the specified parameters and starts the animation. |
AnimateKinetic(IAnimatable, String, Func<Double,Double,Boolean>, Double, Double, Action) |
指定のパラメーターを設定し、運動アニメーションを開始します。Sets the specified parameters and starts the kinetic animation. |
AnimationIsRunning(IAnimatable, String) |
|
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
プロパティにバインドを作成し、適用します。Creates and applies a binding to a property. |
SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String) |
式からバインドを作成し適用します。Creates and applies a binding from an expression. |
FindByName<T>(Element, String) |
|
FindNextElement(ITabStopElement, Boolean, IDictionary<Int32,List<ITabStopElement>>, Int32) | |
GetSortedTabIndexesOnParentPage(VisualElement, Int32) | |
GetTabIndexesOnParentPage(ITabStopElement, Int32, Boolean) | |
FadeTo(VisualElement, Double, UInt32, Easing) |
|
LayoutTo(VisualElement, Rectangle, UInt32, Easing) |
|
RelRotateTo(VisualElement, Double, UInt32, Easing) |
|
RelScaleTo(VisualElement, Double, UInt32, Easing) |
|
RotateTo(VisualElement, Double, UInt32, Easing) |
|
RotateXTo(VisualElement, Double, UInt32, Easing) |
Y 軸を |
RotateYTo(VisualElement, Double, UInt32, Easing) |
X 軸を |
ScaleTo(VisualElement, Double, UInt32, Easing) |
|
TranslateTo(VisualElement, Double, Double, UInt32, Easing) |
要素 TranslationX と TranslationY のプロパティを現在の値から新しい値にアニメーション化します。Animates an elements TranslationX and TranslationY properties from their current values to the new values. これにより、入力レイアウトが視覚レイアウトと同じ位置になります。This ensures that the input layout is in the same position as the visual layout. |
HasVisualStateGroups(VisualElement) |
|