FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1RadialBrush Class / Center Property

In This Topic
    Center Property (C1RadialBrush)
    In This Topic
    Gets or sets a C1.Win.Interop.Point structure that specifies the position of the center point. (0,0) is the top-left corner, (1,1) is the bottom-right corner.
    Syntax
    'Declaration
     
    Public Property Center As C1.Win.Interop.Point
    public C1.Win.Interop.Point Center {get; set;}
    See Also