Stretch
Enum
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 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