ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Sphere3D Class / Scale Property


In This Topic
    Scale Property (Sphere3D)
    In This Topic
    Gets or sets scale transformation of the element.
    Syntax
    'Declaration
     
    
    Public Property Scale As ScaleTransform3D
    'Usage
     
    
    Dim instance As Sphere3D
    Dim value As ScaleTransform3D
     
    instance.Scale = value
     
    value = instance.Scale
    public ScaleTransform3D Scale {get; set;}
    See Also