Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1RadialBrush Class / Center Property

In This Topic
    Center Property
    In This Topic
    Gets or sets a System.Windows.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 Point
    public Point Center {get; set;}
    See Also