Block クラス

定義

public ref class Block : 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 Block : 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 Block : TextElement
Public Class Block
Inherits TextElement
継承
Object Platform::Object IInspectable DependencyObject TextElement Block
派生
属性

コンストラクター

名前 説明
Block()

プロパティ

名前 説明
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)
HorizontalTextAlignment
HorizontalTextAlignmentProperty
IsAccessKeyScope (継承元 TextElement)
IsTextScaleFactorEnabled (継承元 TextElement)
KeyTipHorizontalOffset (継承元 TextElement)
KeyTipPlacementMode (継承元 TextElement)
KeyTipVerticalOffset (継承元 TextElement)
Language (継承元 TextElement)
LineHeight
LineHeightProperty
LineStackingStrategy
LineStackingStrategyProperty
Margin
MarginProperty
Name (継承元 TextElement)
TextAlignment
TextAlignmentProperty
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)

適用対象