FrameworkElement クラス

FrameworkElement クラス (Microsoft.UI.Xaml 名前空間)

[APIドキュメント]

public class FrameworkElement : UIElement

継承:Object → DependencyObject → UIElement → FrameworkElement

コンストラクタ

FrameworkElement

@ [APIドキュメント]

protected FrameworkElement();

プロパティ

FlowDirection

@ [APIドキュメント]

public FlowDirection FlowDirection { get; set; }

Height

@ [APIドキュメント]

public double Height { get; set; }

HorizontalAlignment

@ [APIドキュメント]

public HorizontalAlignment HorizontalAlignment { get; set; }

Margin

@ [APIドキュメント]

public Thickness Margin { get; set; }

Name

@ [APIドキュメント]

public string Name { get; set; }

Resources

@ [APIドキュメント]

public ResourceDictionary Resources { get; set; }

Style

@ [APIドキュメント]

public Style Style { get; set; }

Tag

@ [APIドキュメント]

public object Tag { get; set; }

VerticalAlignment

@ [APIドキュメント]

public VerticalAlignment VerticalAlignment { get; set; }

Width

@ [APIドキュメント]

public double Width { get; set; }

メソッド

SetBinding

@ [APIドキュメント]

public void SetBinding(DependencyProperty dp, BindingBase binding);

イベント