Class PaletteGroupView.GroupViewPaletteItem
GroupViewItem derived class representing a symbol model in a group view.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram.Controls
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class GroupViewPaletteItem : GroupViewItem
Constructors
GroupViewPaletteItem(Node)
Initializes a new instance of the PaletteGroupView.GroupViewPaletteItem class.
Declaration
public GroupViewPaletteItem(Node symModel)
Parameters
Type | Name | Description |
---|---|---|
Node | symModel | Symbol model to display in the group view. |
GroupViewPaletteItem(Node, Int32, SymbolPalette)
Initializes a new instance of the PaletteGroupView.GroupViewPaletteItem class.
Declaration
public GroupViewPaletteItem(Node symModel, int imageIdx, SymbolPalette palette)
Parameters
Type | Name | Description |
---|---|---|
Node | symModel | Symbol model to display in the group view. |
System.Int32 | imageIdx | The image index. |
SymbolPalette | palette | The palette. |
Properties
LargeIcon
Gets or sets the large icon.
Declaration
[PaletteProperty]
public Image LargeIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image | The large icon. |
Name
Gets or sets the name.
Declaration
[PaletteProperty]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
SmallIcon
Gets or sets the small icon.
Declaration
[PaletteProperty]
public Image SmallIcon { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image | The small icon. |
UseDefaultLargeIcon
Gets or sets a value indicating whether to use default large icon.
Declaration
[PaletteProperty]
public bool UseDefaultLargeIcon { get; set; }
Property Value
Type |
---|
System.Boolean |
UseDefaultSmallIcon
Gets or sets a value indicating whether to use default small icon.
Declaration
[PaletteProperty]
public bool UseDefaultSmallIcon { get; set; }
Property Value
Type |
---|
System.Boolean |