DiagramEffect Constructors
Provides access to effects that you can use to customize the appearance of diagram items.Name | Parameters | Description |
---|---|---|
DiagramEffect(DiagramItemLineSettings, Func<EffectContext, DiagramItemBrush>, DiagramFontEffects) | lineSettings, getItemBrush, fontEffects | Initializes a new instance of the DiagramEffect class with specified settings. |
See Also