PathViewCreateParams Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 74 of System.Windows/PathView.cm

Constructors & Destructor

public PathViewCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

public PathViewCreateParams& Defaults()
public PathViewCreateParams& SetFontFamilyName(const String<char>& fontFamilyName_)
public PathViewCreateParams& SetFontSize(float fontSize_)
public PathViewCreateParams& SetMouseClickColor(const Color& mouseClickColor_)
public PathViewCreateParams& SetMouseOverColor(const Color& mouseOverColor_)
public PathViewCreateParams& SetPathComponentPadding(const Padding& pathComponentPadding_)
public PathViewCreateParams& SetTextColor(const Color& textColor_)
public PathViewCreateParams& SetTickColor(const Color& tickColor_)
public PathViewCreateParams& SetTickPadding(const Padding& tickPadding_)
public 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 PathViewCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 76 of System.Windows/PathView.cm


Member Function Details

Defaults Member Function

public PathViewCreateParams& Defaults()

Definition
Line 89 of System.Windows/PathView.cm


SetFontFamilyName Member Function

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

Definition
Line 93 of System.Windows/PathView.cm


SetFontSize Member Function

public PathViewCreateParams& SetFontSize(float fontSize_)

Definition
Line 98 of System.Windows/PathView.cm


SetMouseClickColor Member Function

public PathViewCreateParams& SetMouseClickColor(const Color& mouseClickColor_)

Definition
Line 133 of System.Windows/PathView.cm


SetMouseOverColor Member Function

public PathViewCreateParams& SetMouseOverColor(const Color& mouseOverColor_)

Definition
Line 128 of System.Windows/PathView.cm


SetPathComponentPadding Member Function

public PathViewCreateParams& SetPathComponentPadding(const Padding& pathComponentPadding_)

Definition
Line 118 of System.Windows/PathView.cm


SetTextColor Member Function

public PathViewCreateParams& SetTextColor(const Color& textColor_)

Definition
Line 103 of System.Windows/PathView.cm


SetTickColor Member Function

public PathViewCreateParams& SetTickColor(const Color& tickColor_)

Definition
Line 113 of System.Windows/PathView.cm


SetTickPadding Member Function

public PathViewCreateParams& SetTickPadding(const Padding& tickPadding_)

Definition
Line 123 of System.Windows/PathView.cm


SetTickSizePercent Member Function

public PathViewCreateParams& SetTickSizePercent(float tickSizePercent_)

Definition
Line 108 of System.Windows/PathView.cm