Dsl (Digital Simulation Library) for .Net
アッセンブリー: DslDialog (in DslDialog.dll)
塗りつぶしに使用する GDI+ ブラシオブジェクトです。
※現バージョンでは SolidBrush のみをサポートします。
名前空間: DslDialog※現バージョンでは SolidBrush のみをサポートします。
アッセンブリー: DslDialog (in DslDialog.dll)
構文
C# |
---|
public Brush Brush { get; set; } |
Visual Basic |
---|
Public Property Brush As Brush Get Set |
Visual C++ |
---|
public: property Brush^ Brush { Brush^ get (); void set (Brush^ value); } |