Dsl (Digital Simulation Library) for .Net
アッセンブリー: DslDialog (in DslDialog.dll)
座標軸を描画する DslPen オブジェクト
名前空間: DslDialogアッセンブリー: DslDialog (in DslDialog.dll)
構文
C# |
---|
public DslPen AxisPen { get; set; } |
Visual Basic |
---|
Public Property AxisPen As DslPen Get Set |
Visual C++ |
---|
public: property DslPen^ AxisPen { DslPen^ get (); void set (DslPen^ value); } |