ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Cylinder3D Class / Center Property


In This Topic
    Center Property (Cylinder3D)
    In This Topic
    Gets or sets the center of element.
    Syntax
    'Declaration
     
    
    Public Overridable Property Center As Point3D
    'Usage
     
    
    Dim instance As Cylinder3D
    Dim value As Point3D
     
    instance.Center = value
     
    value = instance.Center
    public virtual Point3D Center {get; set;}
    See Also