New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.ImageEditor.ImageText

Inheritance Hierarchy

Methods

get_color

Gets the color of the text to draw

Parameters

Returns

String A color value in hex

get_fontFamily

Gets the font family of the text to draw

Parameters

Returns

String The name of the font family

get_fontSize

Gets the font size of the text to draw

Parameters

Returns

Number The size of the font in pixels

get_text

Gets value of the text to draw

Parameters

Returns

String The value of the text as a string

set_color

Sets the color of the text to draw

Parameters

value String

A color value in hex

Returns

None

set_fontFamily

Sets the font family of the text to draw

Parameters

value String

The name of the font family

Returns

None

set_fontSize

Sets the font size of the text to draw

Parameters

value Number

The size of the font in pixels

Returns

None

set_text

Sets the value of the text to draw

Parameters

value String

The value of the text as a string

Returns

None

In this article