MsoFillFormat Class
Contents
[
Hide
]MsoFillFormat class
Represents fill formatting for a shape.
type MsoFillFormat struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetForeColor | Gets and sets the fill fore color. |
SetForeColor | Gets and sets the fill fore color. |
GetTransparency | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
SetTransparency | Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear). |
GetBackColor | Gets and sets the file back color. |
SetBackColor | Gets and sets the file back color. |
SetOneColorGradient | Sets the specified fill to a one-color gradient. |
GetTexture | Gets the texture fill type. |
IsVisible | Indicates whether there is fill. |
SetIsVisible | Indicates whether there is fill. |