TextViewCreateParams Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 171 of System.Windows/TextView.cm

Constructors & Destructor

public TextViewCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

public TextViewCreateParams& Defaults()
public TextViewCreateParams& SetFontFamilyName(const String<char>& fontFamilyName_)
public TextViewCreateParams& SetFontSize(float fontSize_)
public TextViewCreateParams& SetIndentSize(int indentSize_)
public TextViewCreateParams& SetPadding(const Padding& padding_)
public TextViewCreateParams& SetSelectionBackgroundColor(const Color& selectionBackgroundColor_)
public 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 TextViewCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 173 of System.Windows/TextView.cm


Member Function Details

Defaults Member Function

public TextViewCreateParams& Defaults()

Definition
Line 183 of System.Windows/TextView.cm


SetFontFamilyName Member Function

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

Definition
Line 187 of System.Windows/TextView.cm


SetFontSize Member Function

public TextViewCreateParams& SetFontSize(float fontSize_)

Definition
Line 192 of System.Windows/TextView.cm


SetIndentSize Member Function

public TextViewCreateParams& SetIndentSize(int indentSize_)

Definition
Line 212 of System.Windows/TextView.cm


SetPadding Member Function

public TextViewCreateParams& SetPadding(const Padding& padding_)

Definition
Line 197 of System.Windows/TextView.cm


SetSelectionBackgroundColor Member Function

public TextViewCreateParams& SetSelectionBackgroundColor(const Color& selectionBackgroundColor_)

Definition
Line 207 of System.Windows/TextView.cm


SetTextColor Member Function

public TextViewCreateParams& SetTextColor(const Color& textColor_)

Definition
Line 202 of System.Windows/TextView.cm