PathViewCreateParams Class

Definition

Line 73 of System.Windows/PathView.cm

Constructors & Destructor

public nothrow PathViewCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

public nothrow PathViewCreateParams& Defaults()
public nothrow PathViewCreateParams& SetFontFamilyName(const String<char>& fontFamilyName_)
public nothrow PathViewCreateParams& SetFontSize(float fontSize_)
public nothrow PathViewCreateParams& SetMouseClickColor(const Color& mouseClickColor_)
public nothrow PathViewCreateParams& SetMouseOverColor(const Color& mouseOverColor_)
public nothrow PathViewCreateParams& SetPathComponentPadding(const Padding& pathComponentPadding_)
public nothrow PathViewCreateParams& SetTextColor(const Color& textColor_)
public nothrow PathViewCreateParams& SetTickColor(const Color& tickColor_)
public nothrow PathViewCreateParams& SetTickPadding(const Padding& tickPadding_)
public nothrow PathViewCreateParams& SetTickSizePercent(float tickSizePercent_)

Member Variables

public ControlCreateParams& controlCreateParams
public String<char> fontFamilyName
public float fontSize
public Color mouseClickColor
public Color mouseOverColor
public Padding pathComponentPadding
public Color textColor
public Color tickColor
public Padding tickPadding
public float tickSizePercent

Constructor& Destructor Details

PathViewCreateParams Constructor

public nothrow PathViewCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 75 of System.Windows/PathView.cm


Member Function Details

Defaults Member Function

public nothrow PathViewCreateParams& Defaults()

Definition
Line 88 of System.Windows/PathView.cm


SetFontFamilyName Member Function

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

Definition
Line 92 of System.Windows/PathView.cm


SetFontSize Member Function

public nothrow PathViewCreateParams& SetFontSize(float fontSize_)

Definition
Line 97 of System.Windows/PathView.cm


SetMouseClickColor Member Function

public nothrow PathViewCreateParams& SetMouseClickColor(const Color& mouseClickColor_)

Definition
Line 132 of System.Windows/PathView.cm


SetMouseOverColor Member Function

public nothrow PathViewCreateParams& SetMouseOverColor(const Color& mouseOverColor_)

Definition
Line 127 of System.Windows/PathView.cm


SetPathComponentPadding Member Function

public nothrow PathViewCreateParams& SetPathComponentPadding(const Padding& pathComponentPadding_)

Definition
Line 117 of System.Windows/PathView.cm


SetTextColor Member Function

public nothrow PathViewCreateParams& SetTextColor(const Color& textColor_)

Definition
Line 102 of System.Windows/PathView.cm


SetTickColor Member Function

public nothrow PathViewCreateParams& SetTickColor(const Color& tickColor_)

Definition
Line 112 of System.Windows/PathView.cm


SetTickPadding Member Function

public nothrow PathViewCreateParams& SetTickPadding(const Padding& tickPadding_)

Definition
Line 122 of System.Windows/PathView.cm


SetTickSizePercent Member Function

public nothrow PathViewCreateParams& SetTickSizePercent(float tickSizePercent_)

Definition
Line 107 of System.Windows/PathView.cm