FrameworkElement クラス (Microsoft.UI.Xaml 名前空間)
public class FrameworkElement : UIElement
継承:Object → DependencyObject → UIElement → FrameworkElement
[toc]目次
コンストラクタ
FrameworkElement
protected FrameworkElement();
プロパティ
FlowDirection
public FlowDirection FlowDirection { get; set; }
Height
public double Height { get; set; }
HorizontalAlignment
public HorizontalAlignment HorizontalAlignment { get; set; }
Margin
public Thickness Margin { get; set; }
Name
public string Name { get; set; }
Resources
public ResourceDictionary Resources { get; set; }
Style
public Style Style { get; set; }
Tag
public object Tag { get; set; }
VerticalAlignment
public VerticalAlignment VerticalAlignment { get; set; }
Width
public double Width { get; set; }
メソッド
SetBinding
public void SetBinding(DependencyProperty dp, BindingBase binding);