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


In This Topic
    Cylinder3D Class
    In This Topic
    Cylindric 3D element.
    Object Model
    Cylinder3D Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Geometry")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class Cylinder3D 
       Inherits FrameworkElement3D
    'Usage
     
    
    Dim instance As Cylinder3D
    [ContentProperty("Geometry")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class Cylinder3D : FrameworkElement3D 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Shapes.Shape
                         C1.WPF.C1Chart.PlotElement
                            C1.WPF.C1Chart.FrameworkElement3D
                               C1.WPF.C1Chart.Cylinder3D

    See Also