Textbox

Textbox Control to add and update Text Box

shapes3[0].ReplaceTextBox(new TextBox(new G.TextBoxSetting()
			{
				text = "This is text box",
				fontSize = 22,
				isBold = true,
				textColor = "AAAAAA"
			}));

TextBoxSetting Options

PropertyTypeDetails

horizontalAlignment

HorizontalAlignmentValues?

fontFamily

string

fontSize

int

x

uint

y

uint

height

uint

width

uint

isBold

bool

isItalic

bool

isUnderline

bool

shapeBackground

string?

text

string

textBackground

string?

textColor

string

Last updated