ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Pie3D Class / Transform Property


In This Topic
    Transform Property (Pie3D)
    In This Topic
    Gets or sets 3D transform of element.
    Syntax
    'Declaration
     
    
    Public Property Transform As Transform3D
    'Usage
     
    
    Dim instance As Pie3D
    Dim value As Transform3D
     
    instance.Transform = value
     
    value = instance.Transform
    public Transform3D Transform {get; set;}
    See Also