Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / GaugePie Class
Members


In This Topic
    GaugePie Class
    In This Topic

    Creates a shape for use by a gauge in the form of a pie slice, a full circle, or a circle with a flat base as shown. Does not include the tick marks, labels, markers or the pointer. The shape is determined by range, in degrees, of the StartAngle and EndAngle. If the range is 90 degrees or less, it will be a pie slice. A range of 360 degrees is a full circle. A range between 90 and 360 is a circle with a flat base.

       

    Shown: Pie slice, circle with flat base.

    Syntax
    'Declaration
     
    <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 GaugePie 
       Inherits Xceed.Wpf.Toolkit.Primitives.ShapeBase
    'Usage
     
    Dim instance As GaugePie
    [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 GaugePie : Xceed.Wpf.Toolkit.Primitives.ShapeBase 
    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
                         Xceed.Wpf.Toolkit.Primitives.ShapeBase
                            Xceed.Wpf.Toolkit.GaugePie

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also