skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class StripLinesContainer3D

This class represents the container which holds the StripLine for each 3D Plane.

Inheritance
System.Object
Control3D<StripLinesContainerControl3D>
ItemsControl3D<StripLinesContainerControl3D>
StripLinesContainer3D
Inherited Members
ItemsControl3D<StripLinesContainerControl3D>.ItemsSourceProperty
ItemsControl3D<StripLinesContainerControl3D>.OnModelControlCreated()
ItemsControl3D<StripLinesContainerControl3D>.IItemsControl.get_Visibility()
ItemsControl3D<StripLinesContainerControl3D>.IItemsControl.set_Visibility(Visibility)
ItemsControl3D<StripLinesContainerControl3D>.Children
ItemsControl3D<StripLinesContainerControl3D>.ItemsSource
ItemsControl3D<StripLinesContainerControl3D>.Container
Control3D<StripLinesContainerControl3D>.ControlContainerProperty
Control3D<StripLinesContainerControl3D>.MaterialProperty
Control3D<StripLinesContainerControl3D>.OnControlContainerChanged()
Control3D<StripLinesContainerControl3D>.InitializeModelControl(IModelControl3D)
Control3D<StripLinesContainerControl3D>.ClearContainer()
Control3D<StripLinesContainerControl3D>.FindStoryboard(Control, DependencyProperty, Object)
Control3D<StripLinesContainerControl3D>.CreateControl()
Control3D<StripLinesContainerControl3D>.OnModelControlAttached()
Control3D<StripLinesContainerControl3D>.GetVisual3DChild(Int32)
Control3D<StripLinesContainerControl3D>.OnMouseEnter(MouseEventArgs)
Control3D<StripLinesContainerControl3D>.OnMouseLeave(MouseEventArgs)
Control3D<StripLinesContainerControl3D>.OnVisualParentChanged(DependencyObject)
Control3D<StripLinesContainerControl3D>.RegisterNames()
Control3D<StripLinesContainerControl3D>.BeginTime
Control3D<StripLinesContainerControl3D>.ModelElement
Control3D<StripLinesContainerControl3D>.Control
Control3D<StripLinesContainerControl3D>.ControlContainer
Control3D<StripLinesContainerControl3D>.ModelControl
Control3D<StripLinesContainerControl3D>.Visual3DChildrenCount
Control3D<StripLinesContainerControl3D>.MouseEnterStoryboard
Control3D<StripLinesContainerControl3D>.MouseLeaveStoryboard
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll

Syntax

public class StripLinesContainer3D : ItemsControl3D<StripLinesContainerControl3D>, IControl3D, ILogicalItem, IItemsControl

Constructors

StripLinesContainer3D()

Declaration
public StripLinesContainer3D()

Fields

ParentPlaneProperty

Identifies the ParentPlane dependency property.

Declaration
public static readonly DependencyProperty ParentPlaneProperty
Field Value
System.Windows.DependencyProperty

PrimaryItemsSourceProperty

Identifies the PrimaryItemsSource dependency property.

Declaration
public static readonly DependencyProperty PrimaryItemsSourceProperty
Field Value
System.Windows.DependencyProperty

PrimaryStripLinesVisibilityProperty

Identifies the PrimaryStripLinesVisibility dependency property.

Declaration
public static readonly DependencyProperty PrimaryStripLinesVisibilityProperty
Field Value
System.Windows.DependencyProperty

SecondaryItemsSourceProperty

Identifies the SecondaryItemsSource dependency property.

Declaration
public static readonly DependencyProperty SecondaryItemsSourceProperty
Field Value
System.Windows.DependencyProperty

SecondaryStripLinesVisibilityProperty

Identifies the SecondaryStripLinesVisibility dependency property.

Declaration
public static readonly DependencyProperty SecondaryStripLinesVisibilityProperty
Field Value
System.Windows.DependencyProperty

Properties

ParentPlane

Gets or sets the parent plane.

Declaration
public IPlane3D ParentPlane { get; set; }
Property Value
IPlane3D

The parent plane.

PrimaryItemCount

Gets or sets the primary item count.

Declaration
protected int PrimaryItemCount { get; set; }
Property Value
System.Int32

The primary item count.

PrimaryItemsSource

Gets or sets the primary items source.

Declaration
public TickPointCollection PrimaryItemsSource { get; set; }
Property Value
TickPointCollection

The primary items source.

PrimarySegmentOffset

Gets or sets the primary segment offset.

Declaration
protected TranslateTransform3D PrimarySegmentOffset { get; set; }
Property Value
System.Windows.Media.Media3D.TranslateTransform3D

The primary segment offset.

PrimaryStripLinesVisibility

Gets or sets the primary strip lines visibility.

Declaration
public Visibility PrimaryStripLinesVisibility { get; set; }
Property Value
System.Windows.Visibility

The primary strip lines visibility.

SecondaryItemCount

Gets or sets the secondary item count.

Declaration
protected int SecondaryItemCount { get; set; }
Property Value
System.Int32

The secondary item count.

SecondaryItemsSource

Gets or sets the secondary items source.

Declaration
public TickPointCollection SecondaryItemsSource { get; set; }
Property Value
TickPointCollection

The secondary items source.

SecondarySegmentOffset

Gets or sets the secondary segment offset.

Declaration
protected TranslateTransform3D SecondarySegmentOffset { get; set; }
Property Value
System.Windows.Media.Media3D.TranslateTransform3D

The secondary segment offset.

SecondaryStripLinesVisibility

Gets or sets the secondary strip lines visibility.

Declaration
public Visibility SecondaryStripLinesVisibility { get; set; }
Property Value
System.Windows.Visibility

The secondary strip lines visibility.

SegmentSize

Gets or sets the size of the segment.

Declaration
protected Size3D SegmentSize { get; set; }
Property Value
System.Windows.Media.Media3D.Size3D

The size of the segment.

Methods

ChildItemAdded(UIElement3D, Int32)

Invoked whenever a child element has been added to the 3D control.

Declaration
public override void ChildItemAdded(UIElement3D child, int itemIndex)
Parameters
System.Windows.UIElement3D child

The child element being added.

System.Int32 itemIndex

Index of the item.

Overrides
Telerik.Windows.Controls.Charting.Control3D<Telerik.Windows.Controls.Charting.StripLinesContainerControl3D>.ChildItemAdded(System.Windows.UIElement3D, System.Int32)

ChildItemRemoved(UIElement3D, Int32)

Invoked whenever a child element has been removed from the 3D control.

Declaration
public override void ChildItemRemoved(UIElement3D child, int itemIndex)
Parameters
System.Windows.UIElement3D child

The child element being removed.

System.Int32 itemIndex

Index of the item.

Overrides
Telerik.Windows.Controls.Charting.Control3D<Telerik.Windows.Controls.Charting.StripLinesContainerControl3D>.ChildItemRemoved(System.Windows.UIElement3D, System.Int32)

OnApplyTemplate(Control)

When overridden in a derived class, is invoked whenever the Template2DApplied event is raised.

Declaration
public override void OnApplyTemplate(Control control)
Parameters
System.Windows.Controls.Control control

Overrides
Telerik.Windows.Controls.Charting.Control3D<Telerik.Windows.Controls.Charting.StripLinesContainerControl3D>.OnApplyTemplate(System.Windows.Controls.Control)

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.