Creates and returns pen with current settings.
Namespace:
Greatis.Nostalgia
Assembly:
Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Pen As Pen |
| C# |
|---|
public Pen Pen { get; } |
| Visual C++ |
|---|
public:
property Pen^ Pen {
Pen^ get ();
} |
| JavaScript |
|---|
function get_pen();
|
See Also