[]
        
(Showing Draft Content)

C1.WinUI.Chart.Annotation.Rectangle

Rectangle Class

Represents a rectangle annotation for AnnotationLayer

Inheritance
Rectangle
Implements
IRectangle
IShape
IAnnotationBase
IStyleProvider
Namespace: C1.WinUI.Chart.Annotation
Assembly: C1.WinUI.Chart.dll
Syntax
public class Rectangle : Shape, IRectangle, IShape, IAnnotationBase, IStyleProvider
Public Class Rectangle
    Inherits Shape
    Implements IRectangle, IShape, IAnnotationBase, IStyleProvider

Constructors

Name Description
Rectangle()

Create an instance of Rectangle.

Rectangle(string)

Create an instance of Rectangle.

Rectangle(string, double, double)

Create an instance of Rectangle.

Fields

Name Description
HeightProperty

Identifies the Height dependency property.

WidthProperty

Identifies the Width dependency property.

Properties

Name Description
Height

Gets or sets the height of rectangle annotation.

Width

Gets or sets the width of rectangle annotation.

Methods

Name Description
GetSize()

Gets annotation size.