ImageAspectValues 列挙型

定義

イメージのスケーリングの動作

public enum ImageAspectValues
type ImageAspectValues = 
Public Enum ImageAspectValues
継承
ImageAspectValues

フィールド

AtLeast 2

少なくとも。 アイテムを xml としてシリアル化すると、その値は "atLeast" になります。

AtMost 1

多くの場合。 アイテムを xml としてシリアル化すると、その値は "atMost" になります。

Ignore 0

縦横比を無視します。 アイテムを xml としてシリアル化すると、その値は "ignore" になります。

適用対象