Gets the style associated with the element being drawn.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Style Style { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Style As Style |
The Style object associated with the element being drawn.
See Also