PictureFormatValues Enumeration
Picture Format
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration PictureFormatValues
'Uso
Dim instance As PictureFormatValues
public enum PictureFormatValues
Members
Member name | Description | |
---|---|---|
Stretch | Stretch. When the item is serialized out as xml, its value is "stretch". | |
Stack | Stack. When the item is serialized out as xml, its value is "stack". | |
StackScale | Stack and Scale. When the item is serialized out as xml, its value is "stackScale". |