Represents pen settings.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public Property Pen As PenSettings |
| C# |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public PenSettings Pen { get; set; } |
| Visual C++ |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public: property PenSettings^ Pen { PenSettings^ get (); void set (PenSettings^ value); } |
| JavaScript |
|---|
function get_pen(); function set_pen(value); |