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

Syntax

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

See Also