Class PatternStyleEditor
Provides a System.Drawing.Design.UITypeEditor for the PatternStyle enumeration.
Inheritance
System.Object
PatternStyleEditor
Namespace: Syncfusion.Drawing
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class PatternStyleEditor : UITypeEditor
Constructors
PatternStyleEditor()
Declaration
public PatternStyleEditor()
Methods
GetPaintValueSupported(ITypeDescriptorContext)
Declaration
public override bool GetPaintValueSupported(ITypeDescriptorContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.ITypeDescriptorContext | context |
Returns
| Type |
|---|
| System.Boolean |
PaintValue(PaintValueEventArgs)
Declaration
public override void PaintValue(PaintValueEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Design.PaintValueEventArgs | e |