ListField.InactiveSelectedBackgroundBrushId Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Property InactiveSelectedBackgroundBrushId As StyleSetResourceId
'使用
Dim instance As ListField
Dim value As StyleSetResourceId

value = instance.InactiveSelectedBackgroundBrushId

instance.InactiveSelectedBackgroundBrushId = value
public StyleSetResourceId InactiveSelectedBackgroundBrushId { get; set; }
public:
property StyleSetResourceId^ InactiveSelectedBackgroundBrushId {
    StyleSetResourceId^ get ();
    void set (StyleSetResourceId^ value);
}
public function get InactiveSelectedBackgroundBrushId () : StyleSetResourceId
public function set InactiveSelectedBackgroundBrushId (value : StyleSetResourceId)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId

Permissions

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace