Represents pen settings for Shape control.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic
Public Class PenSettings
C#
public class PenSettings
Visual C++
public ref class PenSettings
JavaScript
Greatis.Nostalgia.PenSettings = function();

Type.createClass(
	'Greatis.Nostalgia.PenSettings');

Inheritance Hierarchy

System..::..Object
  Greatis.Nostalgia..::..PenSettings

See Also