TextSize Property

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets or sets the text size multiplier (1.0 is normal size).

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public float TextSize { get; set; }
Visual Basic (Declaration)
Public Property TextSize As Single
Visual C++
public:
property float TextSize {
	float get ();
	void set (float value);
}

See Also