Class Stencil
Represents the stencil which holds a list of symbols that is displayed over a diagram.
Inheritance
System.Object
Stencil
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public class Stencil : UIView
Constructors
Stencil()
Initializes a new instance of the Stencil class.
Declaration
public Stencil()
Properties
BackgroundColor
Gets or sets the background color of the stencil.
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
BorderColor
Gets or sets the border color for the stencil.
Declaration
public UIColor BorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
HeaderHeight
Gets or sets or set the height of the header portion.
Declaration
public int HeaderHeight { get; set; }
Property Value
Type |
---|
System.Int32 |
Height
Gets or sets or set the height of the stencil.
Declaration
public float Height { get; set; }
Property Value
Type |
---|
System.Single |
SymbolGroups
Gets or sets the symbol groups in the Stencil.
Declaration
public SymbolGroups SymbolGroups { get; set; }
Property Value
Type | Description |
---|---|
SymbolGroups | It defines the symbol groups. |
SymbolStyle
Gets or sets the symbol style.
Declaration
public SymbolStyle SymbolStyle { get; set; }
Property Value
Type | Description |
---|---|
SymbolStyle | The symbol style. |
Width
Gets or sets or set the Width of the stencil.
Declaration
public float Width { get; set; }
Property Value
Type |
---|
System.Single |
Methods
LayoutSubviews()
Layouts the sub views.
Declaration
public override void LayoutSubviews()
UpdateStencilView()
Updates the stencil view.
Declaration
public void UpdateStencilView()