TextViewCreateParams Class

Definition

Line 160 of System.Windows/TextView.cm

Constructors & Destructor

public nothrow TextViewCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

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_)

Member Variables

public ControlCreateParams& controlCreateParams
public String<char> fontFamilyName
public float fontSize
public int indentSize
public Padding padding
public Color selectionBackgroundColor
public Color textColor

Constructor& Destructor Details

TextViewCreateParams Constructor

public nothrow TextViewCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 162 of System.Windows/TextView.cm


Member Function Details

Defaults Member Function

public nothrow TextViewCreateParams& Defaults()

Definition
Line 172 of System.Windows/TextView.cm


SetFontFamilyName Member Function

public nothrow TextViewCreateParams& SetFontFamilyName(const String<char>& fontFamilyName_)

Definition
Line 176 of System.Windows/TextView.cm


SetFontSize Member Function

public nothrow TextViewCreateParams& SetFontSize(float fontSize_)

Definition
Line 181 of System.Windows/TextView.cm


SetIndentSize Member Function

public nothrow TextViewCreateParams& SetIndentSize(int indentSize_)

Definition
Line 201 of System.Windows/TextView.cm


SetPadding Member Function

public nothrow TextViewCreateParams& SetPadding(const Padding& padding_)

Definition
Line 186 of System.Windows/TextView.cm


SetSelectionBackgroundColor Member Function

public nothrow TextViewCreateParams& SetSelectionBackgroundColor(const Color& selectionBackgroundColor_)

Definition
Line 196 of System.Windows/TextView.cm


SetTextColor Member Function

public nothrow TextViewCreateParams& SetTextColor(const Color& textColor_)

Definition
Line 191 of System.Windows/TextView.cm