Skip to main content

Enum FitMode

Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public enum FitMode

Fields

ShrinkToContentWidth

ShrinkToContentWidth = 0

StretchToContentWidth

StretchToContentWidth = 1

ShrinkOrStretchToContentWidth

ShrinkOrStretchToContentWidth = 2

ShrinkToContentHeight

ShrinkToContentHeight = 3

StretchToContentHeight

StretchToContentHeight = 4

ShrinkOrStretchToContentHeight

ShrinkOrStretchToContentHeight = 5

ShrinkToContent

ShrinkToContent = 6

StretchToContent

StretchToContent = 7

ShrinkOrStretchToContent

ShrinkOrStretchToContent = 8
Was this page helpful?