Implements Padding.

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

Syntax

C#
public double Padding { get; set; }
Visual Basic (Declaration)
Public Property Padding As Double
Visual C++
public:
virtual property double Padding {
	double get () sealed;
	void set (double value) sealed;
}

Implements

IScaleElement..::.Padding

See Also