public nothrow | PathViewCreateParams(ControlCreateParams& controlCreateParams_) |
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_) |
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 |