Enum
IconSize

Options to specify the size of icons to return.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public enum IconSize

Fields

ExtraLarge

Specifies extra large icon - 256 pixels by 256 pixels. (Vista+) and fails on XP or lower.

Declaration

cs-api-definition
ExtraLarge = 3

Field Value

IconSize

Large

Specifies large icon - 48 pixels by 48 pixels.

Declaration

cs-api-definition
Large = 2

Field Value

IconSize

Medium

Specifies medium icon - 32 pixels by 32 pixels.

Declaration

cs-api-definition
Medium = 1

Field Value

IconSize

Small

Specifies small icon - 16 pixels by 16 pixels.

Declaration

cs-api-definition
Small = 0

Field Value

IconSize

In this article
DefinitionFieldsExtraLargeLargeMediumSmall
Not finding the help you need?
Contact Support