New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public enum Stretch

Fields

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

C#
Fill = 1

The content preserves its original size.

C#
None = 0

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

C#
Uniform = 2

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.

C#
UniformToFill = 3
In this article
DefinitionFieldsFillNoneUniformUniformToFill
Not finding the help you need?
Contact Support