Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gradient Fill Computation Type
Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration FillMethodValues
'Usage
Dim instance As FillMethodValues
public enum FillMethodValues
Members
Member name | Description | |
---|---|---|
None | No Gradient Fill. When the item is serialized out as xml, its value is "none". | |
Linear | Linear Fill. When the item is serialized out as xml, its value is "linear". | |
Sigma | Sigma Fill. When the item is serialized out as xml, its value is "sigma". | |
Any | Application Default Fill. When the item is serialized out as xml, its value is "any". | |
Linearsigma | Linear Sigma Fill. When the item is serialized out as xml, its value is "linear sigma". |