ThemeSizeType Enum

Definition

Specifies the size of the visual style part to retrieve.

public enum class ThemeSizeType
public enum ThemeSizeType
type ThemeSizeType = 
Public Enum ThemeSizeType
Inheritance
ThemeSizeType

Fields

Draw 2

The size that the current visual style uses to draw the part.

Minimum 0

The minimum size of the visual style part.

True 1

The size of the visual style part that will best fit the available space.

Remarks

The ThemeSizeType values are used as an argument for the VisualStyleRenderer.GetPartSize method.

Applies to