[]
        
(Showing Draft Content)

C1.Framework.Stretch

Stretch Enum

Describes how content is resized to fill its allocated space.

Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public enum Stretch

Fields

Name Description
Fill

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

None

The content preserves its original size.

Uniform

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