Inline クラス

定義

public ref class Inline : TextElement
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Inline : TextElement
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class Inline : TextElement
Public Class Inline
Inherits TextElement
継承
Object Platform::Object IInspectable DependencyObject TextElement Inline
派生
属性

コンストラクター

名前 説明
Inline()

プロパティ

名前 説明
AccessKey (継承元 TextElement)
AccessKeyScopeOwner (継承元 TextElement)
AllowFocusOnInteraction (継承元 TextElement)
CharacterSpacing (継承元 TextElement)
ContentEnd (継承元 TextElement)
ContentStart (継承元 TextElement)
Dispatcher (継承元 DependencyObject)
DispatcherQueue (継承元 DependencyObject)
ElementEnd (継承元 TextElement)
ElementStart (継承元 TextElement)
ExitDisplayModeOnAccessKeyInvoked (継承元 TextElement)
FontFamily (継承元 TextElement)
FontSize (継承元 TextElement)
FontStretch (継承元 TextElement)
FontStyle (継承元 TextElement)
FontWeight (継承元 TextElement)
Foreground (継承元 TextElement)
IsAccessKeyScope (継承元 TextElement)
IsTextScaleFactorEnabled (継承元 TextElement)
KeyTipHorizontalOffset (継承元 TextElement)
KeyTipPlacementMode (継承元 TextElement)
KeyTipVerticalOffset (継承元 TextElement)
Language (継承元 TextElement)
Name (継承元 TextElement)
TextDecorations (継承元 TextElement)
XamlRoot (継承元 TextElement)

メソッド

名前 説明
ClearValue(DependencyProperty) (継承元 DependencyObject)
FindName(String) (継承元 TextElement)
GetAnimationBaseValue(DependencyProperty) (継承元 DependencyObject)
GetValue(DependencyProperty) (継承元 DependencyObject)
OnDisconnectVisualChildren() (継承元 TextElement)
ReadLocalValue(DependencyProperty) (継承元 DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) (継承元 DependencyObject)
SetValue(DependencyProperty, Object) (継承元 DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (継承元 DependencyObject)

イベント

名前 説明
AccessKeyDisplayDismissed (継承元 TextElement)
AccessKeyDisplayRequested (継承元 TextElement)
AccessKeyInvoked (継承元 TextElement)

適用対象