ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Star Class / GeometryTransform Property


In This Topic
    GeometryTransform Property (Star)
    In This Topic
    Gets the transformation that is applied to the geometry of the shape.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property GeometryTransform As Transform
    'Usage
     
    
    Dim instance As Star
    Dim value As Transform
     
    value = instance.GeometryTransform
    public virtual Transform GeometryTransform {get;}
    See Also