GraphSetter.Property 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
要设置的 UI 属性。 支持的属性包括 "背景"、"笔划"、"StrokeThickness"、"StrokeDashArray"、"前景"、"形状"、"图标"、"HorizontalAlignment"、"VerticalAlignment"、"Margin"、"填充"、"FontFamily"、"FontStyle"、"FontWeight"、.。。
public:
property System::String ^ Property { System::String ^ get(); };
public string Property { get; }
member this.Property : string
Public ReadOnly Property Property As String