Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Property Italic As Boolean
'使用
Dim instance As FontSettings
Dim value As Boolean
value = instance.Italic
instance.Italic = value
public bool Italic { get; set; }
public:
property bool Italic {
bool get ();
void set (bool value);
}
public function get Italic () : boolean
public function set Italic (value : boolean)
Property Value
Type: System.Boolean
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.