ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartView Class / GetAttachedToCamera Method


In This Topic
    GetAttachedToCamera Method
    In This Topic
    Sets the value of AttachedToCamera property for the element.
    Syntax
    'Declaration
     
    
    Public Shared Function GetAttachedToCamera( _
       ByVal element As DependencyObject _
    ) As Boolean
    'Usage
     
    
    Dim element As DependencyObject
    Dim value As Boolean
     
    value = ChartView.GetAttachedToCamera(element)
    public static bool GetAttachedToCamera( 
       DependencyObject element
    )

    Parameters

    element
    See Also