GraphSetter.Property Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The UI property being set. Supported properties are "Background", "Stroke", "StrokeThickness", "StrokeDashArray", "Foreground", "Shape", "Icon", "HorizontalAlignment", "VerticalAlignment", "Margin", "Padding", "FontFamily", "FontStyle", "FontWeight".

Namespace:  Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property Property As String
public string Property { get; }
public:
property String^ Property {
    String^ get ();
}
member Property : string with get
function get Property () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

GraphSetter Class

Microsoft.VisualStudio.GraphModel.Styles Namespace