Table of Contents

Method FontSize

Namespace
DotNetBrowser.Frames
Assembly
DotNetBrowser.dll

FontSize(int)

Returns a command that allows setting the given fontSize for the selected text in a WYSIWYG editor.

public static EditorCommand FontSize(int fontSize)

Parameters

fontSize int

the font size to set.

Returns

EditorCommand

The EditorCommand instance.

Exceptions

ArgumentException

Thrown when the fontSize is less or equal to zero.