Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public PositionType PosType { get; set; }
Visual Basic
Public Property PosType As PositionType
	Get
	Set
Visual C++
public:
property PositionType PosType {
	PositionType get ();
	void set (PositionType value);
}

See Also