[]
        
(Showing Draft Content)

C1.WPF.Document.StretchEnum

StretchEnum Enum

Defines how line is drawn within shape.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.dll
Syntax
public enum StretchEnum

Fields

Name Description
None

The content preserves its original size when the bounds are resized.

Stretch

The content is resized with bounds accordingly.

Uniform

The content is resized with bounds accordingly and preserves its native aspect ratio.