Class StdBSDiagramShapeView
Inheritance
System.Object
StdBSDiagramShapeView
Implements
DevExpress.XtraDiagram.Base.IDiagramItemView
System.IDisposable
Namespace: StdPlatBS100
Assembly: StdPlatBS100.dll
Syntax
public sealed class StdBSDiagramShapeView : DiagramShapeView, IDiagramItemView, IDisposable
Constructors
StdBSDiagramShapeView(ShapeGeometry, Func<Boolean>, AppearanceObject, String, RectangleF, StdBSDiagramShape)
Declaration
public StdBSDiagramShapeView(ShapeGeometry shapeGeometry, Func<bool> allowDrawShadows, AppearanceObject textAppearance, string text, RectangleF textBounds, StdBSDiagramShape shape)
Parameters
| Type | Name | Description |
|---|---|---|
| DevExpress.Diagram.Core.ShapeGeometry | shapeGeometry | |
| System.Func<System.Boolean> | allowDrawShadows | |
| DevExpress.Utils.AppearanceObject | textAppearance | |
| System.String | text | |
| System.Drawing.RectangleF | textBounds | |
| StdBSDiagramShape | shape |
Implements
DevExpress.XtraDiagram.Base.IDiagramItemView
System.IDisposable