public nothrow | TextViewCreateParams(ControlCreateParams& controlCreateParams_) |
public nothrow TextViewCreateParams& | Defaults() |
public nothrow TextViewCreateParams& | SetFontFamilyName(const String<char>& fontFamilyName_) |
public nothrow TextViewCreateParams& | SetFontSize(float fontSize_) |
public nothrow TextViewCreateParams& | SetIndentSize(int indentSize_) |
public nothrow TextViewCreateParams& | SetPadding(const Padding& padding_) |
public nothrow TextViewCreateParams& | SetSelectionBackgroundColor(const Color& selectionBackgroundColor_) |
public nothrow TextViewCreateParams& | SetTextColor(const Color& textColor_) |
public ControlCreateParams& | controlCreateParams |
public String<char> | fontFamilyName |
public float | fontSize |
public int | indentSize |
public Padding | padding |
public Color | selectionBackgroundColor |
public Color | textColor |