Enum
Stretch

Definition

Namespace:Telerik.WinControls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public enum Stretch

Fields

Fill

The content is resized to fill the destination dimensions. The aspect ratio is not preserved.

Declaration

cs-api-definition
Fill = 1

Field Value

Stretch

None

The content preserves its original size.

Declaration

cs-api-definition
None = 0

Field Value

Stretch

Uniform

The content is resized to fit in the destination dimensions while it preserves its native aspect ratio.

Declaration

cs-api-definition
Uniform = 2

Field Value

Stretch

UniformToFill

The content is resized to fill the destination dimensions while it preserves its native aspect ratio. If the aspect ratio of the destination rectangle differs from the source, the source content is clipped to fit in the destination dimensions.

Declaration

cs-api-definition
UniformToFill = 3

Field Value

Stretch

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