TextureBrush
Leave feedback
On this page
Represents texture brush.
public class TextureBrush : Brush
| Name | Description |
|---|---|
| TextureBrush() | Initializes a new instance of the TextureBrush class with default values. |
| TextureBrush(Stream) | Initializes a new instance of the TextureBrush class with image stream option. |
| TextureBrush(string) | Initializes a new instance of the TextureBrush class with image file. |
| Name | Description |
|---|---|
| ImageFilePath { get; set; } | Gets or sets the texture image file path. This property is used only if ImageStream is not specified. |
| ImageStream { get; set; } | Gets or sets the texture image stream. If this property is specified it is always used instead ImageFilePath. |
- class Brush
- namespace GroupDocs.Signature.Domain.Extensions
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.