Gets or sets Stroke which is used during the inner bevel lines drawing.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public Stroke InnerStroke { get; set; }
Visual Basic (Declaration)
Public Property InnerStroke As Stroke
Visual C++
public:
property Stroke^ InnerStroke {
	Stroke^ get ();
	void set (Stroke^ value);
}

See Also