You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OnDoc/Client/bin/Debug/Syncfusion.Gauge.Windows.xml

6703 lines
330 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.Gauge.Windows</name>
</assembly>
<members>
<member name="T:Syncfusion.GaugeWindowsAssembly">
<exclude/>
<summary>
This class holds the name of the Syncfusion.Gauge.Windows assembly and provides a helper
routine that helps with resolving types when loading a serialization stream and when
the framework probes for assemblies by reflection.
</summary>
</member>
<member name="F:Syncfusion.GaugeWindowsAssembly.Name">
<summary>
The full name of this assembly without version information: "Syncfusion.Gauge.Windows"
</summary>
</member>
<member name="F:Syncfusion.GaugeWindowsAssembly.Assembly">
<summary>
A reference to the <see cref="T:System.Reflection.Assembly"/> for the Gauge assembly.
</summary>
</member>
<member name="F:Syncfusion.GaugeWindowsAssembly.RootNamespace">
<summary>
The root namespace of this assembly. Used internally for locating resources within the assembly.
</summary>
</member>
<member name="M:Syncfusion.GaugeWindowsAssembly.#cctor">
<summary>
Initializes the <see cref="T:Syncfusion.GaugeWindowsAssembly"/> class.
</summary>
</member>
<member name="M:Syncfusion.GaugeWindowsAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
<summary>
This delegate helps with resolving types and can be used as an eventhandler
for a <see cref="E:System.AppDomain.AssemblyResolve"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The event data with information about the type.</param>
<returns>A reference to the assembly where the type is located.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.AssemblyInfo">
<summary>
AssemblyInformation for internal use.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.DigitalGauge">
<summary>
Digital Gauge class
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge.backColor">
<summary>
Holds the BackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._borderColor">
<summary>
Variable for Border color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._backGradientStartColor">
<summary>
Variable for gradient start color of the background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._backGradientEndColor">
<summary>
Variable for gradient end color of the background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._innerFrameBorderColor">
<summary>
Variable for Border color of the innerframe.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._outerFrameGradientStartColor">
<summary>
Variable for the gradient start color of the outer frame.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._outerFrameGradientEndColor">
<summary>
Variable for the gradient end color of the outer frame.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._inactivetextColor">
<summary>
Variable for the inactive text color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._digitText">
<summary>
variable for the digit text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._value">
<summary>
variable for value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._charType">
<summary>
Variable to choose the segment type.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._charCount">
<summary>
Gets or sets a number of characters to be displayed in the Gauge.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._depth">
<summary>
Variable for outer frame depth.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._roundCornerRadius">
<summary>
Variable for RoundCorner radius.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._segmentspacing">
<summary>
Spacing between each string being displayed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._overrideFontSize">
<summary>
Gets or sets a value to override the control's font size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge._showInvisibleSegments">
<summary>
Variable to show or hide the disable segments.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge.innerrect">
<summary>
Variable for inner rectangle.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.#ctor">
<summary>
Initializes a new instance of DigitalGauge class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.InitializeValues">
<summary>
Initializes the values for private members used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge.visualStyle">
<summary>
variable for visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.SetVisualStyle(Syncfusion.Windows.Forms.Gauge.ThemeStyle)">
<summary>
Sets the visual styles
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overrides the base.Paint
</summary>
<param name="e">PaintEventArgs which contains the EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Overrides base.OnPaintBackground to paint the background region of the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.GetRoundPath(System.Drawing.Rectangle,System.Int32)">
<summary>
Returns the rounded rectangle for control's region.
</summary>
<param name="r">rectangle</param>
<param name="depth">value to draw inner frame</param>
<returns>graphics path</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge.m_ThemeBrushColorTable">
<summary>
Holds DigitalGauge ColorTable
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeThemeBrushColorTable">
<summary>
Indicate whether to serialize the ThemeBrush ColorTable
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetThemeBrushColorTable">
<summary>
Indicate whether to Reset ThemeBrushColorTable
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge.m_ThemeBrush">
<summary>
Holds the ThemeBrush Variable
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ThemeBrush_ListChanged(System.Object,System.ComponentModel.ListChangedEventArgs)">
<summary>
To update the ColorTable customization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.UpdateColorTableCustomization">
<summary>
This function helps to update the ColorTableCustomization
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge.style">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.RecalcMinSize">
<summary>
Recalculates the Minimum size for the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetDigitText">
<summary>
Resets the digit text value
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.EnsureCharacterCount">
<summary>
Ensures the character count to be displayed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge.listChangedHandler">
<summary>
Represents the method that will handle the System.ComponentModel.IBindingList.ListChanged
event of the System.ComponentModel.IBindingList class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge.dataSource">
<summary>
Variable for DataSource.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge.dataMember">
<summary>
Variable for DataMember.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge.dataManager">
<summary>
Variable for CurrencyManager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGauge.list">
<summary>
Variable for ListView.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.Dispose(System.Boolean)">
<summary>
Dispose function overrides
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.OnBindingContextChanged(System.EventArgs)">
<summary>
Overrides base.OnBindingContextChanged
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.EnsureDataBinding">
<summary>
Tries to get a new CurrencyManager for new DataBinding
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.dataManager_ListChanged(System.Object,System.ComponentModel.ListChangedEventArgs)">
<summary>
Datasources get updated
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.UpdateAllData">
<summary>
Updates all Items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.AddItem(System.Int32)">
<summary>
Adds a new item.
</summary>
<param name="index">The index of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.UpdateItem(System.Int32)">
<summary>
Updates the data of the item with the DataSource.
</summary>
<param name="index">The index of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.GetListViewItem(System.Int32)">
<summary>
Returns a <see cref="T:System.Windows.Forms.ListViewItem"/> which contains the row-data at given index.
</summary>
<param name="index">The index of the row.</param>
<returns>A item which contains the data.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.CollectListViewItem(System.Int32)">
<summary>
Gets the listview item specified to the passed index.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.DeleteItem(System.Int32)">
<summary>
Delete the item at the given index.
</summary>
<param name="index">The index of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.CalculateColumns">
<summary>
Calculates the Columns of the <see cref="!:BoundListView"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.SetDataConnection(System.Object,System.Windows.Forms.BindingMemberInfo,System.Boolean)">
<summary>
Sets the data connection
</summary>
<param name="newDataSource"></param>
<param name="newDisplayMember"></param>
<param name="force"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.DataSourceDisposed(System.Object,System.EventArgs)">
<summary>
Disposes the data source
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.PopulateGauge">
<summary>
Populates the Gauge with the value from the Datasource.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeBackColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.BackColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeBackgroundGradientStartColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.BackgroundGradientStartColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeBackgroundGradientEndColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.BackgroundGradientEndColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeOuterFrameGradientStartColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.OuterFrameGradientStartColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeOuterFrameGradientEndColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.OuterFrameGradientEndColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeFrameBorderColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.FrameBorderColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeCharacterCount">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.CharacterCount"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeValue">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.Value"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeDepth">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.Depth"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeRoundCornerRadius">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.RoundCornerRadius"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeSegmentSpacing">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.SegmentSpacing"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeOverrideFontSize">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.OverrideFontSize"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeShowInvisibleSegments">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShowInvisibleSegments"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeCharacterType">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.CharacterType"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShouldSerializeVisualStyle">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.VisualStyle"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetBackgroundGradientStartColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.BackgroundGradientStartColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetBackgroundGradientEndColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.BackgroundGradientEndColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetOuterFrameGradientStartColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.OuterFrameGradientStartColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetOuterFrameGradientEndColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.OuterFrameGradientEndColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetFrameBorderColor">
<summary>
Resets the <see cref="!:RadialGauge.FrameBorderColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetCharacterCount">
<summary>
Resets the <see cref="!:RadialGauge.CharacterCount"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetValue">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.Value"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetDepth">
<summary>
Resets the <see cref="!:RadialGauge.Depth"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetRoundCornerRadius">
<summary>
Resets the <see cref="!:RadialGauge.RoundCornerRadius"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetSegmentSpacing">
<summary>
Resets the <see cref="!:RadialGauge.SegmentSpacing"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetOverrideFontSize">
<summary>
Resets the <see cref="!:RadialGauge.OverrideFontSize"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetShowInvisibleSegments">
<summary>
Resets the <see cref="!:RadialGauge.ShowInvisibleSegments"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetCharacterType">
<summary>
Resets the <see cref="!:RadialGauge.CharacterType"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ResetVisualStyle">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.VisualStyle"/> property to it's default value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.VisualStyle">
<summary>
Specifies the visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.BackgroundImage">
<summary>
Specifies the background image for the control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.BackgroundImageLayout">
<summary>
Specifies the image layout for the background image.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ForeColor">
<summary>
Gets or sets the foreground color which used to display the text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.BackColor">
<summary>
Gets or sets the background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.BackgroundGradientStartColor">
<summary>
Gets or sets the gradient start color for the background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.BackgroundGradientEndColor">
<summary>
Gets or sets the gradient end color for the background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.OuterFrameGradientStartColor">
<summary>
Gets or sets the gradient start color for the outer frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.OuterFrameGradientEndColor">
<summary>
Gets or sets the gradient end color for the outer frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.FrameBorderColor">
<summary>
Gets or sets the Frame Border color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ThemeBrushColorTable">
<summary>
Gets/Sets the DigitalGauge ThemeBrush ColorTable
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ThemeBrush">
<summary>
Gets the ThemeBrush ColorTable for DigitalGauge control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.CharacterCount">
<summary>
Gets or sets the number of characters to be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.Value">
<summary>
Gets or sets the value to be displayed.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.Depth" -->
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.RoundCornerRadius">
<summary>
Gets or sets the value for the rounded corner radius.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.SegmentSpacing">
<summary>
Gets or sets the value for spacing between each string being displayed in the Gauge.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.OverrideFontSize">
<summary>
Gets or sets the value to override control's font size.
</summary>
<remarks>Size mentioned in the Control's Font will be applied only when this is disabled, else the font size will be assigned based on control's size</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.ShowInvisibleSegments">
<summary>
Show or hide the disabled segments.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.CharacterType">
<summary>
Gets or sets the value to choose the segment type.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.Text">
<summary>
Override text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.DataSource">
<summary>
Specifies the data source for the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.DataMember">
<summary>
Specifies the secondary list of Datasource, to display it
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.DataManager">
<summary>
Gets the CurrencyManager of the bound list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGauge.DisplayRecordIndex">
<summary>
Gets or sets the display record index
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper">
<summary>
Helper class for the SevenSegment Display
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper._graphics">
<summary>
Variable for Graphics.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.Gauge">
<summary>
Initializes DigitalGauge.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.alpha">
<summary>
Initializes character variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.#ctor(System.Drawing.Graphics,Syncfusion.Windows.Forms.Gauge.DigitalGauge)">
<summary>
Initiates a new instance for the SevenSegmentHelper class
</summary>
<param name="graphics">graphics of the control</param>
<param name="gauge">owner control [Gauge]</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.GetStringSize(System.String,System.Drawing.Font)">
<summary>
Measures and returns the size of the given text size.
</summary>
<param name="text">string to measure</param>
<param name="font">specified font to measure the string</param>
<returns>SizeF</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.DrawDigits(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="text">input text</param>
<param name="font">font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.DrawDigit(System.Int32,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="num">number</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.DrawText(System.Char,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="text">Input text</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.DrawDot(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text in Dot matrix format.
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.DrawMinus(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw minus.
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.DrawPlus(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw plus.
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.DrawColon(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw colon
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SevenSegmentHelper.FillPolygon(System.Drawing.Point[],System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to fill polygon
</summary>
<param name="polygonPoints">PolygonPoints</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper">
<summary>
Helper class for the FourteenSegment Display
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper._graphics">
<summary>
Variable for Graphics
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.Gauge">
<summary>
Variable for DigitalGauge.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.alpha">
<summary>
Initializes the character variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.#ctor(System.Drawing.Graphics,Syncfusion.Windows.Forms.Gauge.DigitalGauge)">
<summary>
Initiates a new instance for the FourteenSegmentHelper class
</summary>
<param name="graphics">graphics of the control</param>
<param name="gauge">owner control [Gauge]</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.GetStringSize(System.String,System.Drawing.Font)">
<summary>
Measures and returns the size of the given text size.
</summary>
<param name="text">string to measure</param>
<param name="font">specified font to measure the string</param>
<returns>SizeF</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.DrawDigits(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="text">input text</param>
<param name="font">font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.DrawDigit(System.Int32,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="num">number</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.DrawText(System.Char,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="text">Input text</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.DrawDot(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text in Dot matrix format.
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.DrawMinus(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw minus.
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.DrawPlus(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw plus.
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.DrawColon(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw colon
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.FourteenSegmentHelper.FillPolygon(System.Drawing.Point[],System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to fill polygon
</summary>
<param name="polygonPoints">PolygonPoints</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper">
<summary>
Helper class for the SixteenSegment Display
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper._graphics">
<summary>
Variable for Graphics
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.Gauge">
<summary>
Variable for DigitalGauge.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.alpha">
<summary>
Initializes the character variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.#ctor(System.Drawing.Graphics,Syncfusion.Windows.Forms.Gauge.DigitalGauge)">
<summary>
Initiates a new instance for the SixteenSegmentHelper class
</summary>
<param name="graphics">graphics of the control</param>
<param name="gauge">owner control [Gauge]</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.GetStringSize(System.String,System.Drawing.Font)">
<summary>
Measures and returns the size of the given text size.
</summary>
<param name="text">string to measure</param>
<param name="font">specified font to measure the string</param>
<returns>SizeF</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.DrawDigits(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="text">input text</param>
<param name="font">font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.DrawDigit(System.Int32,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="num">number</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.DrawText(System.Char,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="text">Input text</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.DrawDot(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text in Dot matrix format.
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.DrawMinus(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw minus.
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.DrawPlus(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw plus.
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.DrawColon(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw colon
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SixteenSegmentHelper.FillPolygon(System.Drawing.Point[],System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to fill polygon
</summary>
<param name="polygonPoints">PolygonPoints</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper">
<summary>
Helper class for the DotMatrixSegment Display
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper._graphics">
<summary>
Variable for Graphics.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.Gauge">
<summary>
Variable for DigitalGauge.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.alpha">
<summary>
Initializes the character variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.chars">
<summary>
Initializes the character variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper._segmentPoints">
<summary>
Initializes the SegmentPoint variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper._charPoints">
<summary>
Initializes the CharPoints variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.#ctor(System.Drawing.Graphics,Syncfusion.Windows.Forms.Gauge.DigitalGauge)">
<summary>
Initiates a new instance for the DotMatrixHelper class
</summary>
<param name="graphics">graphics of the control</param>
<param name="gauge">owner control [Gauge]</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.GetStringSize(System.String,System.Drawing.Font)">
<summary>
Measures and returns the size of the given text size.
</summary>
<param name="text">string to measure</param>
<param name="font">specified font to measure the string</param>
<returns>SizeF</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.DrawDigits(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="text">input text</param>
<param name="font">font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.DrawMinus(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw minus.
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.DrawPlus(System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw plus.
</summary>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.DrawDigit(System.Int32,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="num">number</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.DrawText(System.Char,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw the input text.
</summary>
<param name="text">Input text</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.DrawChar(System.Char,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to draw character.
</summary>
<param name="c">Character</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="brushLight">brush to paint the inactive segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DotMatrixHelper.FillPolygon(System.Drawing.Point[],System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)">
<summary>
Used to fill polygon
</summary>
<param name="polygonPoints">PolygonPoints</param>
<param name="font">Font</param>
<param name="brush">brush to paint the active segments</param>
<param name="x">x location of the text to draw</param>
<param name="y">y location of the text to draw</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.DigitalGaugeDesigner">
<summary>
Designer class for DigitalGauge
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGaugeDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGaugeDesigner.#ctor">
<summary>
Initializes a new instance of the DigitalGaugeDesigner class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGaugeDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Overridden Initialize method.
</summary>
<param name="component">Componnent object</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeDesigner.ActionLists">
<summary>
Gets a value indicating the designer action
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.DigitalGaugeActionList">
<summary>
Designer action list of DigitalGauge
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGaugeActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes a new instance of the DigitalGaugeActionList class.
</summary>
<param name="component"> Represents component</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGaugeActionList.InitializeActionList">
<summary>
Overrridden InitializeActionList.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeActionList.CharacterType">
<summary>
Gets or sets the value to choose the segment type.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeActionList.CharacterCount">
<summary>
Gets or sets the number of characters to be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeActionList.Value">
<summary>
Gets or sets the value to be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeActionList.VisualStyle">
<summary>
Specifies the visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeActionList.ShowInvisibleSegments">
<summary>
Gets or sets the value to show / hide the disabled segments.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.n_digitalGauge">
<summary>
Gauge Control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.#ctor(Syncfusion.Windows.Forms.Gauge.DigitalGauge)">
<summary>
Constructor
</summary>
<param name="m_DigitalGauge">The HTMLUIControl instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.GetChildCount">
<summary>
Retrieves the number of children in the accessible object.
</summary>
<returns>Number of Child.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.GetChild(System.Int32)">
<summary>
Retrieves the accessible child corresponding to the index.
</summary>
<param name="index">Index</param>
<returns>Child specified to the index</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.GetFocused">
<summary>
Retrieves the object that has the focus.
</summary>
<returns>>An RibbonControlAdvAccessibility that specifies the currently focused child.
This method returns the calling object if the object itself is focused. Returns null if no object has focus.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.Description">
<summary>
Gets the description of the DigitalGaugeAccessibility
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.State">
<summary>
Gets the state of this accessible object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.Help">
<summary>
Gets the description of what the object does or how the object is used.
</summary>
<returns>The description of what the object does or how the object is used.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.Parent">
<summary>
Gets the parent of an accessible object.
</summary>
<returns>An RibbonControlAdvAccessibility that represents the parent of an accessible object, or null if there is no parent object.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeAccessibility.Value">
<summary>
Gets or sets the value of an accessible object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.ThemeStyle">
<summary>
Enum for different visual styles of Gauge control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.ThemeStyle.Blue">
<summary>
Blue color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.ThemeStyle.Silver">
<summary>
silver color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.ThemeStyle.Black">
<summary>
black color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.ThemeStyle.Metro">
<summary>
Metro color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.ThemeStyle.None">
<summary>
None
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.ThemeStyle.Office2016Colorful">
<summary>
Office2016 Colorful
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.ThemeStyle.Office2016White">
<summary>
Office2016 White
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.ThemeStyle.Office2016Black">
<summary>
Office2016 Black
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.ThemeStyle.Office2016DarkGray">
<summary>
Office2016 DarkGray
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.ThemeStyle.Custom">
<summary>
Custom
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.FrameType">
<summary>
Enum for different frametypes of Gauge control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.FrameType.FullCircle">
<summary>
Represents the gauge in full circle format. The StartAngle and SweepAngle are changeable. Ticks and scale will be arranged over the gauge based on placement value. The needle indicates the current value of the gauge. 
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.FrameType.HalfCircle">
<summary>
Represents the gauge in half circle format. The StartAngle and SweepAngle of the gauge should be 180.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.FrameType.QuarterCircle">
<summary>
Represents the gauge in quarter circle format. The SweepAngle is 90, and the StartAngle is chanageble. 
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.FrameType.Fill" -->
<member name="T:Syncfusion.Windows.Forms.Gauge.LabelType">
<summary>
Represents enum for different LabelTypes of the RadialGauge control
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.LabelType.Scale" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.LabelType.Value" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.LabelType.Default" -->
<member name="T:Syncfusion.Windows.Forms.Gauge.LabelAlignment">
<summary>
Specifies the alignment of the label text in the RadialGauge.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.LabelAlignment.Center" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.LabelAlignment.Top" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.LabelAlignment.Bottom" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.LabelAlignment.Right" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.LabelAlignment.Left" -->
<member name="F:Syncfusion.Windows.Forms.Gauge.LabelAlignment.Default">
<summary>
Indicates that the text is aligned at its default position.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearFrameType">
<summary>
Enum for different frametypes of Linear Gauge control
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.TextOrientation">
<summary>
Enum for text orientation styles in Gauge control
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.TickPlacement">
<summary>
Enum for tick placement in Gauge control
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LabelPlacement">
<summary>
Enum for label placement in Gauge control
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.NeedleStyle">
<summary>
Enum for needle styles in Gauge control
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.CharacterType">
<summary>
Enum for charactertype in digital gauge
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.Placement">
<summary>
Enum for pointer placement in linear gauge
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.Quardrant">
<summary>
Represents the type of Quardrant where the RadialGauge lies
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.Quardrant.First">
<summary>
Indicates that the Gauge control lies between 0 to 90 degree
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.Quardrant.Second">
<summary>
Indicates that the Gauge control lies between 90 to 180 degree
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.Quardrant.Third">
<summary>
Indicates that the Gauge control lies between 180 to 270 degree
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.Quardrant.Forth">
<summary>
Indicates that the Gauge control lies between 270 to 360 degree
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.Quardrant.FirstAndSecond">
<summary>
Indicates that the Gauge control lies between 0 to 180 degree
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.Quardrant.SecondAndThird">
<summary>
Indicates that the Gauge control lies between 90 to 270 degree
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.Quardrant.ThirdAndForth">
<summary>
Indicates that the Gauge control lies between 180 to 360 degree
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.Quardrant.ForthAndFirst">
<summary>
Indicates that the Gauge control lies between 270 to 90 degree
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearGauge">
<summary>
Linear gauges displays values graphically along a linear scale
It comes with sophisticated support to provide endless possibilities for customization.
With Essential Gauge, users can display several data ranges in a concise and compact area.
Data in the control can be easily depicted and quickly understood by users of any level.
</summary>
<summary>
Linear gauges displays values graphically along a linear scale
It comes with a sophisticated support to provide endless possibilities for customization.
With Essential gauge, users can display several data ranges in a concise and compact area.
Data in the control can be easily depicted and quickly understood by users of any level.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.backColor">
<summary>
Holds the BackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_MajorDifference">
<summary>
Initialize the MajorDifference variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_BackgroundGradientStartColor">
<summary>
Variable for BackgroundGradientStart Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_BackgroundGradientEndColor">
<summary>
Variable for BackgroundGradientEnd Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_OuterFrameGradientStartColor">
<summary>
Variable for OuterFrameGradientStart Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_OuterFrameGradientEndColor">
<summary>
Variable for OuterFrameGradientEnd Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_InnerFrameGradientStartColor">
<summary>
Variable for InnerFrameGradientStart Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_InnerFrameGradientEndColor">
<summary>
Variable for InnerFrameGradientEnd Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_MajorLinesColor">
<summary>
Variable for MajorLines Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_MinorTickMarkColor">
<summary>
Variable for MinorTickMark Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_ScaleColor">
<summary>
Variable for GaugeBase Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_NeedleColor">
<summary>
Variable for Needle Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_ValueIndicatorColor">
<summary>
Variable for ValueIndicator Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_ScaleLabelColor">
<summary>
Variable for ScaleLabel Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_GaugelabelFont">
<summary>
Variable for Gaugelabel Font.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_GaugeValueColor">
<summary>
Variable for GaugeValue Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.visualStyle">
<summary>
Variable for VisualStyle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge._pointerPlacement">
<summary>
Variable for PointerPlacement.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.frameType">
<summary>
Variable for LinearFrameType.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_MajorTickMarkHeight">
<summary>
Variable for MajorTickMarkHeight.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge._minorTicksCount">
<summary>
Variable for MinorTicksCount.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_MinorTicksHeight">
<summary>
Variable for MinorTicksHeight.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.majorTicksDistance">
<summary>
Variable for MajorTicksDistance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_majorTicksCount">
<summary>
Variable for MajorTicksCount.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_minorTicksPixels">
<summary>
Variable for MinorTicksPixels.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.startpoint">
<summary>
Variable for startpoint.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_value">
<summary>
Variable for value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_MinValue">
<summary>
Variable for MinValue.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_MaxValue">
<summary>
Variable for MaxValue.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.sf">
<summary>
Variable for StringFormat.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.listChangedHandler">
<summary>
Initialize ListChangedEventHandler.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.dataSource">
<summary>
Variable for DataSource.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.dataMember">
<summary>
Variable for DataMember.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.dataManager">
<summary>
Variable for CurrencyManager.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.list">
<summary>
Variable for ListView.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.#ctor">
<summary>
Initializes a new instance of LinearGauge class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.OnSizeChanged(System.EventArgs)">
<summary>
Initialized the size changed event.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.InitializeComponent">
<summary>
Initializes a basic instance of LinearGauge class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.Initializeproperties">
<summary>
Initializes a new instance of LinearGauge class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeBackColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.BackColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeBackgroundGradientEndColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.BackgroundGradientEndColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeBackgroundGradientStartColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.BackgroundGradientStartColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeOuterFrameGradientStartColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.OuterFrameGradientStartColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeOuterFrameGradientEndColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.OuterFrameGradientEndColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeInnerFrameGradientStartColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.InnerFrameGradientStartColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeInnerFrameGradientEndColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.InnerFrameGradientEndColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeVisualStyle">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.VisualStyle"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeGaugeBaseColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ScaleColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeNeedleColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.NeedleColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeMajorTickMarkColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MajorTickMarkColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeMinorTickMarkColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MinorTickMarkColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeScaleLabelColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ScaleLabelColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeMajorTicksHeight">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MajorTicksHeight"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeMinorTickHeight">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MinorTickHeight"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeMajorDifference">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MajorDifference"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeValue">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.Value"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeMaximumValue">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MaximumValue"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeMinimumValue">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MinimumValue"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeFrameType">
<summary>
Indicates whether the current value of the <see cref="!:LinearGauge.FrameType"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeTickPlacement">
<summary>
Indicates whether the current value of the <see cref="!:LinearGauge.TickPlacement"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeDisplayRecordIndex">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.DisplayRecordIndex"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeValueIndicatorColorColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ValueIndicatorColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeShowNeedle">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShowNeedle"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeShowScaleLabel">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShowScaleLabel"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetBackgroundGradientEndColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.BackgroundGradientEndColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetBackgroundGradientStartColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.BackgroundGradientStartColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetOuterFrameGradientStartColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.OuterFrameGradientStartColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetOuterFrameGradientEndColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.OuterFrameGradientEndColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetInnerFrameGradientStartColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.InnerFrameGradientStartColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetInnerFrameGradientEndColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.InnerFrameGradientEndColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetVisualStyle">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.VisualStyle"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetGaugeBaseColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ScaleColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetNeedleColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.NeedleColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetMajorTickMarkColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MajorTickMarkColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetMinorTickMarkColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MinorTickMarkColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetScaleLabelColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ScaleLabelColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetMajorTickMarkHeight">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MajorTicksHeight"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetMinorTickMarkHeight">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MinorTickHeight"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetMajorDifference">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MajorDifference"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetValue">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.Value"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetMaximumValue">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MaximumValue"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetMinimumValue">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MinimumValue"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetFrameType">
<summary>
Resets the <see cref="!:LinearGauge.FrameType"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetPointerPlacement">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.PointerPlacement"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetDisplayRecordIndex">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.DisplayRecordIndex"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetValueIndicatorColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ValueIndicatorColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetShowNeedle">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShowNeedle"/> property to it's default value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_ThemeBrushColorTable">
<summary>
Holds DigitalGauge ColorTable
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeThemeBrushColorTable">
<summary>
Indicate whether to serialize the ThemeBrush ColorTable
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetThemeBrushColorTable">
<summary>
Indicate whether to Reset ThemeBrushColorTable
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_ThemeBrush">
<summary>
Holds the ThemeBrush Variable
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ThemeBrush_ListChanged(System.Object,System.ComponentModel.ListChangedEventArgs)">
<summary>
To update the ColorTable customization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.GetPointerSize">
<summary>
Retrieve the size of the value pointer
</summary>
<returns>Size of the pointer</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.GetLineRectangleHeight">
<summary>
Retrieve the height of the rectangle which has the minor and major tick lines on it.
</summary>
<returns>returns the height</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.GetStartPoint">
<summary>
Calculate the start point of the line and value indicator
</summary>
<returns>start point of the indicator</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.GetScalePointerHeight">
<summary>
Retrieve the height of the value indicator.
</summary>
<returns>returns the height</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.UpdateColorTableCustomization">
<summary>
This function helps to update the ColorTableCustomization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.UpdateSize(Syncfusion.Windows.Forms.Gauge.LinearFrameType)">
<summary>
Update the size of the control based on LinearFrame Type
</summary>
<param name="linearFrameType"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_ShowNeedle">
<summary>
Variable for ShowNeedle bool property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ChangeFrame">
<summary>
Used to change the frame
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.RepaintControl">
<summary>
Repaints the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.Dispose(System.Boolean)">
<summary>
Dispose function overrides
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overrides base.OnPaint
</summary>
<param name="e"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.sliderPath">
<summary>
Initialize the Slider path.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_pointerMoving">
<summary>
Initialize the whether the pointer value moving or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_ValueChange">
<summary>
Initialize the value change.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_AllowUserInteraction">
<summary>
Specifies the Gauge Needle to drag and drop on required position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_PointerSize">
<summary>
Initialize the pointer size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_channelHeight">
<summary>
Initialize the channelheight.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_BeforeWidth">
<summary>
Variable to store beforewidth value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.m_AfterWidth">
<summary>
Variable to store afterwidth value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetIncrementValue">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.IncrementValue"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeIncrementValue">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.IncrementValue"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ResetReadOnly">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ReadOnly"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ShouldSerializeReadOnly">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ReadOnly"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseMove event
</summary>
<param name="e">The MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event
</summary>
<param name="e">The MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseUp event
</summary>
<param name="e">The MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.OnMouseCaptureChanged(System.EventArgs)">
<summary>
Handles release of mouse capture.
</summary>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.ScrollTo(System.Single)">
<summary>
To change the position of the pointer value
</summary>
<param name="pos">The position which needs to scroll the Gauge Value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.GetValidValue(System.Single)">
<summary>
To validate the pointer value
</summary>
<param name="value">The value which needs to be validated.</param>
<returns>Returns the valid angle.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.TranslateClientLocation(System.Drawing.Point)">
<summary>
Modifies given mouse location according to LinearFrameType.
</summary>
<param name="pMouseLocation"> Mouse location which is to be modified. </param>
<returns> Non-modified mouse location if orientation is horizontal,
modified mouse location - otherwise. </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.UpdateRenderer(System.Windows.Forms.PaintEventArgs)">
<summary>
Updates the Renderer
</summary>
<param name="e">PaintEventArgs that contains the EventData</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.renderer">
<summary>
Gets or sets the Custom Renderer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge._GaugeRanges">
<summary>
Collection of Ranges.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.OnBindingContextChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.BindingContextChanged event.
</summary>
<param name="e">EventArgs that contains the EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.EnsureDataBinding">
<summary>
Tries to get a new CurrencyManager for new DataBinding
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.dataManager_ListChanged(System.Object,System.ComponentModel.ListChangedEventArgs)">
<summary>
Datasources get updated
</summary>
<param name="sender">Object</param>
<param name="e">ListChangedEventArgs which contains Eventdata</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.UpdateAllData">
<summary>
Updates all Items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.AddItem(System.Int32)">
<summary>
Adds new item.
</summary>
<param name="index">The index of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.UpdateItem(System.Int32)">
<summary>
Updates the data of the item with the DataSource.
</summary>
<param name="index">The index of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.GetListViewItem(System.Int32)">
<summary>
Returns a <see cref="T:System.Windows.Forms.ListViewItem"/> which contains the row-data at given index.
</summary>
<param name="index">The index of the row.</param>
<returns>A item which contains the data.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.CollectListViewItem(System.Int32)">
<summary>
Returns string value of the ListViewItem at given index.
</summary>
<param name="index">The index of the row.</param>
<returns>string value of the data</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.DeleteItem(System.Int32)">
<summary>
Delete the item at the given index.
</summary>
<param name="index">The index of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.CalculateColumns">
<summary>
Calculates the Colums of the <see cref="!:BoundListView"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.SetDataConnection(System.Object,System.Windows.Forms.BindingMemberInfo,System.Boolean)">
<summary>
Sets the data connection
</summary>
<param name="newDataSource">DataSource</param>
<param name="newDisplayMember">DisplayMember</param>
<param name="force">Bool</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.DataSourceDisposed(System.Object,System.EventArgs)">
<summary>
Disposes the data source
</summary>
<param name="sender">Object</param>
<param name="e">EventArgs that contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.PopulateGauge">
<summary>
Populates the Gauge with value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ThemeStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.GetControlName(System.String)">
<summary>
Helps to apply the ControlName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.OnCanOverrideStyleChanged(System.Boolean)">
<summary>
Helps to apply the CanOverriderStyle settings in control
</summary>
<param name="CanOverriderStyle">CanOverriderStyle</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.OnCanApplyThemeChanged(System.Boolean)">
<summary>
Helps to apply the CanApplyTheme settings in control
</summary>
<param name="CanApplyTheme">CanApplyTheme</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGauge.minorTicksPixels">
<summary>
Calculates the Minor Ticks Pixels.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.OnDraw(System.Windows.Forms.PaintEventArgs)">
<summary>
Helps to update the renderer settings of LinearGauge
</summary>
<param name="e">PaintEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.DrawFrame(System.Drawing.Graphics)">
<summary>
Used to draw Background Frames.
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.DrawLines(System.Drawing.Graphics)">
<summary>
Used to draw the Tick lines.
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.DrawRanges(System.Drawing.Graphics)">
<summary>
Used to draw the range lines.
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.DrawPointer(System.Drawing.Graphics)">
<summary>
Used to draw the Pointers.
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ThemeBrushColorTable">
<summary>
Gets/Sets the DigitalGauge ThemeBrush ColorTable
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ThemeBrush">
<summary>
Gets the ThemeBrush ColorTable for LinearGauge control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.Font">
<summary>
Overrides the base class font property.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.LinearFrameType">
<summary>
Gets or sets the value indicating the LinearFrameType.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.PointerPlacement">
<summary>
Gets or sets the value indicating the PointerPlacement.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MinimumValue">
<summary>
Gets or sets the MinimumValue to display.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MaximumValue">
<summary>
Gets or Sets the MaximumValue to display.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MajorDifference">
<summary>
Gets or sets the value to divide the ticks from minimum to maximum value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MajorTicksCount">
<summary>
Gets or sets the value indicating number of ticks.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.BackColor">
<summary>
Gets or sets the background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.BackgroundImage">
<summary>
Specifies theBackgroundImage for the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.BackgroundImageLayout">
<summary>
Specifies the image layout for the BackgroundImage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.BackgroundGradientStartColor">
<summary>
Gets or sets the start color of the gradient inner background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.BackgroundGradientEndColor">
<summary>
Gets or sets the end color of the gradient inner background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.OuterFrameGradientStartColor">
<summary>
Gets or sets the start gradient color for the outer frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.OuterFrameGradientEndColor">
<summary>
Gets or sets the end gradient color for the outer frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.InnerFrameGradientStartColor">
<summary>
Gets or sets the start gradient color for the inner frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.InnerFrameGradientEndColor">
<summary>
Gets or sets the end gradient color for the inner frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MajorTickMarkColor">
<summary>
Gets or sets the value indicating MajorTickMarkColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MinorTickMarkColor">
<summary>
Gets or sets the value indicating MinorTickMarkColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ScaleColor">
<summary>
Gets or sets the value indicating the base line color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.GaugeBaseColor">
<summary>
Gets or sets the value indicating the base line color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ForeColor">
<summary>
Gets or sets the foreground color which is used to display the text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.GaugelabelFont">
<summary>
Specifies font for GaugeLabel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ValueIndicatorColor">
<summary>
Gets or sets the color for ValueIndicator.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.NeedleColor">
<summary>
Gets or sets the value indicating the Needle Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ScaleLabelColor">
<summary>
Gets or sets the color for numeric labels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.VisualStyle">
<summary>
Specifies the VisualStyle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MajorTicksHeight">
<summary>
Gets or sets the value to specify the maximum height for the MajorTicks.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MinorTickCount">
<summary>
Gets or Sets the value to specify the number of MinorTicks to be drawn in the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MinorTickHeight">
<summary>
Gets or sets the value to specify the maximum height for the minor ticks.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.Value">
<summary>
Gets or sets the Value to be displayed.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.LinearGauge.IncrementValue" -->
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ReadOnly">
<summary>
Gets or sets whether Linear Gauge value can be updated using mouse selection.
</summary>
<remarks> The Gauge value will be updated on drag and drop operation and mouse click on required Gauge value</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.DisplayRectangleInternal">
<summary>
Gets display rectangle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.PointerBounds">
<summary>
Gets bounds of Pointer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ChannelBounds">
<summary>
Gets bounds of channel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.Renderer">
<summary>
Gets or sets the Custom Renderer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.Ranges">
<summary>
Returns the GaugeRanges of the control.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Gauge.LinearGauge.ValueChanged">
<summary>
Occurs when the Gauge value is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Gauge.LinearGauge.ThresholdValueChanged">
<summary>
Occurs if the value is entering or leaving defined range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.IsDesignMode">
<summary>
Gets a value that indicates whether the LinearGauge is currently in design mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.DataSource">
<summary>
Gets or sets the DataSource that you want to display the data.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.DataMember">
<summary>
Specifies a secondary list of Datasource, to display it
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.DataManager">
<summary>
Gets the CurrencyManager of the bound list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.DisplayMember">
<summary>
Indicates the property to display for the items in this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.DisplayRecordIndex">
<summary>
Gets or Sets the display record index
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.MinorTicksPixels">
<summary>
Calculates the Minor Ticks Pixels.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearGauge.LinearThresholdValueChangedEventArgs">
<summary>
Event argument for <see cref="!:ValueInRangeChanged"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.LinearThresholdValueChangedEventArgs.#ctor(Syncfusion.Windows.Forms.Gauge.LinearRange,System.Single,System.Boolean)">
<summary>
Constructor
</summary>
<param name="range"> Gauge range </param>
<param name="value">Gauge value</param>
<param name="inRange">Value indicating whether the GaugeValue is within current range or not</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGauge.LinearThresholdValueChangedEventArgs.#ctor(System.Single)">
<summary>
constructor
</summary>
<param name="value">Gauge value</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.LinearThresholdValueChangedEventArgs.Range">
<summary>
Affected GaugeRange
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.LinearThresholdValueChangedEventArgs.Value">
<summary>
Gauge Value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGauge.LinearThresholdValueChangedEventArgs.InRange">
<summary>
True if value is within current range.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearThresholdValueChangedEventArgs">
<summary>
Event argument for <see cref="!:ValueInRangeChanged"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearThresholdValueChangedEventArgs.#ctor(Syncfusion.Windows.Forms.Gauge.LinearRange,System.Single,System.Boolean)">
<summary>
Initializes new instance for LinearThresholdValueChangedEventArgs class.
</summary>
<param name="range">Gauge range</param>
<param name="value">Gauge value</param>
<param name="inRange">Bool</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearThresholdValueChangedEventArgs.#ctor(System.Single)">
<summary>
Initializes new instance for LinearThresholdValueChangedEventArgs class.
</summary>
<param name="value">Gauge value</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearThresholdValueChangedEventArgs.Range">
<summary>
Affected GaugeRange
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearThresholdValueChangedEventArgs.Value">
<summary>
Gauge Value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearThresholdValueChangedEventArgs.InRange">
<summary>
True if value is within current range.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeDesigner">
<summary>
Designer class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeDesigner.#ctor">
<summary>
Initializes a new instance of the LinearGaugeDesigner class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Overridden Initialize method.
</summary>
<param name="component">Componnent object</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeDesigner.ActionLists">
<summary>
Gets the value indicating designer action.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeActionList">
<summary>
Class for LinearGaugeActionList.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes a new instance of the LinearGaugeActionList class.
</summary>
<param name="component"> Represents component</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeActionList.InitializeActionList">
<summary>
Overrridden InitializeActionList.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeActionList.MaximumValue">
<summary>
Gets or sets the value for MaximumValue
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeActionList.MinimumValue">
<summary>
Gets or sets the value for MinimumValue
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeActionList.LinearFrameType">
<summary>
Gets or sets the value for FrameStyle
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeActionList.MajorDifference">
<summary>
Gets or sets the value to Gauge major line difference
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.ILinearGaugeRenderer">
<summary>
Interface used to customize the LinearGauge.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.ILinearGaugeRenderer.DrawFrame(System.Drawing.Graphics)">
<summary>
Used to draw the Bakcground Frame.
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.ILinearGaugeRenderer.DrawLines(System.Drawing.Graphics)">
<summary>
Used to draw the Tick lines.
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.ILinearGaugeRenderer.DrawRanges(System.Drawing.Graphics)">
<summary>
Used to draw the range lines
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.ILinearGaugeRenderer.DrawPointer(System.Drawing.Graphics)">
<summary>
Used to draw Pointers.
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.ILinearGaugeRenderer.UpdateRenderer(System.Windows.Forms.PaintEventArgs)">
<summary>
Updates the Render
</summary>
<param name="PaintEventArgs">PaintEventArgs</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer">
<summary>
Default Gauge Renderer
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.m_LinearGauge" -->
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.majorTicksDistance">
<summary>
Gets or sets the Tick Distance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.minorTicksPixels">
<summary>
Calculates the Minor Ticks Pixels.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Initialize the new instance of the LinearGaugeRenderer class
</summary>
<param name="linearGauge">LinearGauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.DrawFrame(System.Drawing.Graphics)">
<summary>
Used to draw Background Frames.
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.DrawLines(System.Drawing.Graphics)">
<summary>
Used to draw the Tick lines.
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.DrawRanges(System.Drawing.Graphics)">
<summary>
Used to draw the range lines.
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.DrawPointer(System.Drawing.Graphics)">
<summary>
Used to draw the Pointers.
</summary>
<param name="Graphics">Graphics</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.UpdateRenderer(System.Windows.Forms.PaintEventArgs)">
<summary>
Updates the Render
</summary>
<param name="PaintEventArgs">PaintEventArgs</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.MinorTicksPixels">
<summary>
Calculates the Minor Ticks Pixels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.startpoint">
<summary>
Initialize the startpoint
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeRenderer.LinearGauge">
<summary>
Gets the LinearGauge
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.BlueThemeLinearGaugeRenderer">
<summary>
Class for BlueThemeLinearGaugeRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.BlueThemeLinearGaugeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Initializes the new instance of the BlueThemeLinearGaugeRenderer class
</summary>
<param name="linearGauge">LinearGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.BlackThemeLinearGaugeRenderer">
<summary>
Class for BlackThemeLinearGaugeRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.BlackThemeLinearGaugeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Initializes the new instance for BlackThemeLinearGaugeRenderer class.
</summary>
<param name="linearGauge">LinearGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.SilverThemeLinearGaugeRenderer">
<summary>
Class for SilverThemeLinearGaugeRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SilverThemeLinearGaugeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Initializes the new instance for SilverThemeLinearGaugeRenderer class.
</summary>
<param name="linearGauge">LinearGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.MetroThemeLinearGaugeRenderer">
<summary>
Class for MetroThemeLinearGaugeRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.MetroThemeLinearGaugeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Initializes the new instance for the MetroThemeLinearGaugeRenderer class.
</summary>
<param name="linearGauge">LinearGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.Office2016ColorfulRenderer">
<summary>
Class for Office2016ColorfulLinearGaugeRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Office2016ColorfulRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Initializes the new instance for the Office2016ColorfulLinearGaugeRenderer class.
</summary>
<param name="linearGauge">LinearGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.Office2016WhiteRenderer">
<summary>
Class for Office2016WhiteLinearGaugeRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Office2016WhiteRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Initializes the new instance for the Office2016WhiteRenderer class.
</summary>
<param name="linearGauge">LinearGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.Office2016DarkRenderer">
<summary>
Class for Office2016DarkRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Office2016DarkRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Initializes the new instance for the Office2016DarkRenderer class.
</summary>
<param name="linearGauge">LinearGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.Office2016BlackRenderer">
<summary>
Class for Office2016BlackRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Office2016BlackRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Initializes the new instance for the Office2016BlackRenderer class.
</summary>
<param name="linearGauge">LinearGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.n_Linear">
<summary>
Gauge Control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Constructor
</summary>
<param name="m_LinearGauge">The HTMLUIControl instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.GetChildCount">
<summary>
Retrieves the number of children in the accessible object.
</summary>
<returns>Number of Child.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.GetChild(System.Int32)">
<summary>
Retrieves the accessible child corresponding to the index.
</summary>
<param name="index">Index</param>
<returns>Child specified to the index</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.GetFocused">
<summary>
Retrieves the object that has the focus.
</summary>
<returns>>An RibbonControlAdvAccessibility that specifies the currently focused child.
This method returns the calling object if the object itself is focused. Returns null if no object has focus.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.Description">
<summary>
Gets the description of the LinearGaugeAccessibility
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.State">
<summary>
Gets the state of this accessible object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.Help">
<summary>
Gets the description of what the object does or how the object is used.
</summary>
<returns>The description of what the object does or how the object is used.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.Parent">
<summary>
Gets the parent of an accessible object.
</summary>
<returns>An RibbonControlAdvAccessibility that represents the parent of an accessible object, or null if there is no parent object.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeAccessibility.Value">
<summary>
Gets or sets the value of an accessible object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle">
<summary>
Represents the class to define the style of <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.defaultStyle">
<summary>
Maintains the default style of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeOuterFrameGradientStartColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.OuterFrameGradientStartColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeOuterFrameGradientEndColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:LinearGaugeVisualStyle.DisabledBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeBackgroundGradientEndColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.BackgroundGradientEndColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeBackgroundGradientStartColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.BackgroundGradientStartColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeInnerFrameGradientStartColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.InnerFrameGradientStartColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeInnerFrameGradientEndColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.InnerFrameGradientEndColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeLabelForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:LinearGaugeVisualStyle.LabelColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeLabelFont">
<summary>
Determines a value indicating whether to serialize <see cref="!:LinearGaugeVisualStyle.ValueFont"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeNeedleColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.NeedleColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeValueIndicatorColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:LinearGaugeVisualStyle.ValueColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeMajorTickMarkColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.MajorTickMarkColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeMinorTickMarkColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.MinorTickMarkColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeScaleColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:LinearGaugeVisualStyle.ScaleLabelColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeShowBackgroundFrame">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShowBackgroundFrame"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeChannelHeight">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ChannelHeight"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShouldSerializeValueIndicatorHeight">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ValueIndicatorHeight"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.DefaultStyle">
<summary>
Gets the default LinearGaugeStyleInfo value.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.BackgroundGradientStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.BackgroundGradientEndColor" -->
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.OuterFrameGradientStartColor">
<summary>
Gets or sets the start color which is used to draw the OuterFrame of <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.OuterFrameGradientEndColor">
<summary>
Gets or sets the end color which is used to draw the OuterFrame of <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.InnerFrameGradientStartColor">
<summary>
Gets or sets the start color which is used to draw the InnerFrame of <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.InnerFrameGradientEndColor">
<summary>
Gets or sets the end color which is used to draw the InnerFrame of <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ScaleColor">
<summary>
Gets or sets ScaleColor of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.MajorTickMarkColor">
<summary>
Gets or sets the MajorTickMarkColor of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/> control in the default state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.MinorTickMarkColor">
<summary>
Gets or sets MinorTickMarkColor of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/> control in the default state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.NeedleColor">
<summary>
Gets or sets the NeedleColor of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.LabelFont">
<summary>
Gets or sets <see cref="T:System.Drawing.Font"/> value of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.LabelForeColor">
<summary>
Gets or sets value of GaugeForeColor of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ValueIndicatorColor">
<summary>
Gets or sets the value indicator color of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ValueIndicatorHeight">
<summary>
Gets or sets a value that specifies the thickness to draw the value pointer in <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShowBackgroundFrame">
<summary>
Gets or sets a value that indicates whether the frame of <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/> should be visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ChannelHeight">
<summary>
Gets or sets a value that specifies the thickness to draw the Scale in <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore">
<summary>
Represents the class holds the plain data for a style object excluding identity information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.BackgroundGradientStartColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.BackgroundGradientStartColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.BackgroundGradientEndColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.BackgroundGradientEndColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.LabelFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.LabelFont"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.ValueIndicatorColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ValueIndicatorColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.NeedleColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.NeedleColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.LabelForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.LabelForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.OuterFrameGradientStartColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.OuterFrameGradientStartColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.OuterFrameGradientEndColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.OuterFrameGradientEndColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.InnerFrameGradientStartColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.InnerFrameGradientStartColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.InnerFrameGradientEndColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.InnerFrameGradientEndColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.MajorTickMarkColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.MajorTickMarkColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.MinorTickMarkColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.MinorTickMarkColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.ScaleColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ScaleColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.ChannelHeightProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ChannelHeight"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.ValueIndicatorHeightProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ValueIndicatorHeight"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.ShowBackgroundFrameProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle.ShowBackgroundFrame"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.sd">
<summary>
Maintains the static data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoStore.StaticDataStore">
<summary>
Overridden to get the static data source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoIdentity.linearGauge">
<summary>
Maintains the LinearGauge for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoIdentity"/> class.
</summary>
<param name="LinearGauge">
<see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGauge"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearGaugeStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush">
<summary>
Class to customize the RadialGauge
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_BackgroundGradientStartColor">
<summary>
This property helps to holds Background Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_BackgroundGradientEndColor">
<summary>
This property helps to holds Background Gradient End Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_OuterFrameGradientStartColor">
<summary>
This property helps to holds Outer Frame Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_OuterFrameGradientEndColor">
<summary>
This property helps to holds Outer Frame Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_InnerFrameGradientStartColor">
<summary>
This property helps to holds Inner Frame Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_InnerFrameGradientEndColor">
<summary>
This property helps to holds Inner Frame Gradient End Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_ArcColor">
<summary>
This property helps to holds Gauge Arc Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_MajorTickMarkColor">
<summary>
This property helps to holds Major Tick Mark Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_MinorTickMarkColor">
<summary>
This property helps to holds Minor Tick Mark Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_InterLinesColor">
<summary>
This property helps to holds Inter Lines Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_NeedleColor">
<summary>
This property helps to holds Needle Pointer Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_ScaleLabelColor">
<summary>
This property helps to holds Scale Label Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_LabelColor">
<summary>
This property helps to holds Gauge Label Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.gaugeFillColor">
<summary>
This property helps to holds the color to fill the Gauge arc.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.m_ValueColor">
<summary>
This property helps to holds Gauge Value Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.BackgroundGradientStartColor">
<summary>
Gets/Sets the Background Gradient Start Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.BackgroundGradientEndColor">
<summary>
Gets/Sets the Background Gradient End Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.OuterFrameGradientStartColor">
<summary>
Gets/Sets the Outer Frame Gradient Start Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.OuterFrameGradientEndColor">
<summary>
Gets/Sets the Outer Frame Gradient End Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.InnerFrameGradientStartColor">
<summary>
Gets/Sets the Inner Frame Gradient Start Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.InnerFrameGradientEndColor">
<summary>
Gets/Sets the Inner Frame Gradient End Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.ArcColor">
<summary>
Gets/Sets the Gauge Arc Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.MajorTickMarkColor">
<summary>
Gets/Sets the Major Tick Mark Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.MinorTickMarkColor">
<summary>
Gets/Sets the Minor Tick Mark Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.InterLinesColor">
<summary>
Gets/Sets the Inter Lines Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.NeedleColor">
<summary>
Gets/Sets the Needle Pointer Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.ScaleLabelColor">
<summary>
Gets/Sets the Scale Label Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.LabelColor">
<summary>
Gets/Sets the Gauge Label Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.FillColor">
<summary>
Gets or sets a color to fill the GaugeArc based on the <see cref="!:Value"/> of RadialGauge
</summary>
<remarks>
The fill color will be applied to the GaugeArc when the <see cref="T:Syncfusion.Windows.Forms.Gauge.FrameType"/> is <see cref="F:Syncfusion.Windows.Forms.Gauge.FrameType.Fill"/>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeThemeBrush.ValueColor">
<summary>
Gets/Sets the Gauge Value Color.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush">
<summary>
Class to customize the LinearGauge
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_BackgroundGradientStartColor">
<summary>
This property helps to holds Background Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_BackgroundGradientEndColor">
<summary>
This property helps to holds Background Gradient End Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_OuterFrameGradientStartColor">
<summary>
This property helps to holds Outer Frame Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_OuterFrameGradientEndColor">
<summary>
This property helps to holds Outer Frame Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_InnerFrameGradientStartColor">
<summary>
This property helps to holds Inner Frame Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_InnerFrameGradientEndColor">
<summary>
This property helps to holds Inner Frame Gradient End Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_MajorTickMarkColor">
<summary>
This property helps to holds Major Tick Mark Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_MinorTickMarkColor">
<summary>
This property helps to holds Minor Tick Mark Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_NeedleColor">
<summary>
This property helps to holds Needle Pointer Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_ValueIndicatorColor">
<summary>
This property helps to holds Value Indicator Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_BaseColor">
<summary>
This property helps to holds Ranges Scale Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.m_ScaleLabelColor">
<summary>
This property helps to holds Scale Label Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.BackgroundGradientStartColor">
<summary>
Gets/Sets the Background Gradient Start Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.BackgroundGradientEndColor">
<summary>
Gets/Sets the Background Gradient End Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.OuterFrameGradientStartColor">
<summary>
Gets/Sets the Outer Frame Gradient Start Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.OuterFrameGradientEndColor">
<summary>
Gets/Sets the Outer Frame Gradient End Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.InnerFrameGradientStartColor">
<summary>
Gets/Sets the Inner Frame Gradient Start Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.InnerFrameGradientEndColor">
<summary>
Gets/Sets the Inner Frame Gradient End Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.MajorTickMarkColor">
<summary>
Gets/Sets the Major Tick Mark Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.MinorTickMarkColor">
<summary>
Gets/Sets the Minor Tick Mark Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.NeedleColor">
<summary>
Gets/Sets the Needle Pointer Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.ValueIndicatorColor">
<summary>
Gets/Sets the Value Indicator Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.ScaleColor">
<summary>
Gets/Sets the Ranges Scale Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearGaugeThemeBrush.ScaleLabelColor">
<summary>
Gets/Sets the Scale Label Color.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush">
<summary>
Class to customize the DigitalGauge
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.m_BackgroundGradientStartColor">
<summary>
This property helps to holds Background Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.m_BackgroundGradientEndColor">
<summary>
This property helps to holds Background Gradient End Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.m_OuterFrameGradientStartColor">
<summary>
This property helps to holds Outer Frame Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.m_OuterFrameGradientEndColor">
<summary>
This property helps to holds Outer Frame Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.m_FrameBorderColor">
<summary>
This property helps to holds Inner Frame Gradient Start Color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.m_ForeColor">
<summary>
This property helps to holds the Text Color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.m_InactiveTextColor">
<summary>
This property helps to holds the Inactive Text Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.BackgroundGradientStartColor">
<summary>
Gets/Sets the Background Gradient Start Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.BackgroundGradientEndColor">
<summary>
Gets/Sets the Background Gradient End Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.OuterFrameGradientStartColor">
<summary>
Gets/Sets the Outer Frame Gradient Start Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.OuterFrameGradientEndColor">
<summary>
Gets/Sets the Outer Frame Gradient End Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.FrameBorderColor">
<summary>
Gets/Sets the Frame Border Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.ForeColor">
<summary>
Gets/Sets the Text Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DigitalGaugeThemeBrush.InactiveTextColor">
<summary>
Gets/Sets the Inactive Text Color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.RadialGauge">
<summary>
Radial gauges represents values of a given specific range.
It comes with sophisticated support to provide endless possibilities for customization.
With Essential Gauge, users can display several data ranges in a concise and compact area.
Data in the control can be easily depicted and quickly understood by users of any level.
</summary>
<summary>
Radial gauges represents values of a given specific range.
It comes with a sophisticated support to provide endless possibilities for customization.
With Essential gauge, users can display several data ranges in a concise and compact area.
Data in the control can be easily depicted and quickly understood by users of any level.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_Center">
<summary>
Variable for center point.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_value">
<summary>
Gets or set the value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.PreviousMinimumValue">
<summary>
Holds the previous minimum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_MinValue">
<summary>
Gets or sets the minimum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_MaxValue">
<summary>
Gets or sets the maximum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_GaugeArcRadius">
<summary>
Variable for GaugeArcRadius.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_ArcStart">
<summary>
Variable for GaugeStartAngle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_ArcEnd">
<summary>
Variable for GaugeEndAngle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_GaugeArcStart">
<summary>
Variable for GaugeStartAngle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_GaugeArcEnd">
<summary>
Variable for GaugeEndAngle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_NeedleWidth">
<summary>
Variable for NeedleWidth.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_NeedleRadius">
<summary>
Variable for NeedleRadius.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_MajorTickMarkWidth">
<summary>
Variable for MajorTickMarkWidth.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_MajorTickMarkHeight">
<summary>
Variable for MajorTickMarkHeight.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_MinorTickMarkHeight">
<summary>
Variable for MinorTickMarkHeight.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_MinorInnerLinesHeight">
<summary>
Variable for MinorInnerLinesHeight.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_MajorLinesDifference">
<summary>
Variable for MajorLinesDifference.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_NumbersRadius">
<summary>
Variable for NumbersRadius.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_MinorDifference">
<summary>
Variable for MinorDifference.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.visualStyle">
<summary>
variable for VisualStyle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.CheckMouseDown">
<summary>
To find out Mouse down has been occurred or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.differntsValue">
<summary>
initiailize the different value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.FindAngleDiffence">
<summary>
To find out the angle difference.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_Angle">
<summary>
Specifies the Angle value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_NewValue">
<summary>
Specifies the NewValue.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_AllowUserInteraction">
<summary>
Specifies the whether the Gauge Needle can be drag and drop on required position
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.outSideToCirCle">
<summary>
To check whether the mouse pointer is outside the circle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.maximumOutSide">
<summary>
To check whether mouse pointer is within maximum side.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.backColor">
<summary>
Holds the BackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.frameThickness">
<summary>
Field to store the frame thickness of the RadialGauge
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.RadialGauge.isFrameThicknessChanged" -->
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_NeedleColor">
<summary>
Initializes the Needle color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_ScaleLabelColor">
<summary>
Initializes the ScaleLabel color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_InterLineColor">
<summary>
Initializes the InterLine color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_MajorLinesColor">
<summary>
Initializes the MajorLines color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_MinorTickMarkColor">
<summary>
Initializes the MinorTickMark color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_GaugeArcColor">
<summary>
Initializes the GaugeArc color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_BackgroundGradientStartColor">
<summary>
Initializes the BackgroundGradientStart color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_BackgroundGradientEndColor">
<summary>
Initializes the BackgroundGradientEnd color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_OuterFrameGradientStartColor">
<summary>
Initializes the OuterFrameGradientStart color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_OuterFrameGradientEndColor">
<summary>
Initializes the OuterFrameGradientEnd color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_InnerFrameGradientStartColor">
<summary>
Initializes the InnerFrameGradientStart color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_InnerFrameGradientEndColor">
<summary>
Initializes the InnerFrameGradientEnd color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.needleStyle">
<summary>
Variable for NeedleStyle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_GaugeLableFont">
<summary>
Initializes the GaugeLabel font.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_GaugeValueFont">
<summary>
Initializes the GaugeValue font.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_GaugeLabelColor">
<summary>
Initializes the GaugeLabel color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_GaugeValueColor">
<summary>
Initializes the GaugeValue color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.fillColor">
<summary>
Holds the value of color to fill the gauge arc based on value
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Gauge.RadialGauge.SuspendLayout" -->
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResumeLayout(System.Boolean)">
<summary>
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
<param name="performLayout"> true to execute pending layout requests; otherwise, false. </param>
<remarks>
Calling the <see cref="M:System.Windows.Forms.Control.ResumeLayout"/> method forces an immediate layout if there are any pending layout requests.
The <see cref="M:System.Windows.Forms.Control.SuspendLayout"/> and <see cref="M:System.Windows.Forms.Control.ResumeLayout"/> methods are used in tandem to suppress multiple Layout events while you adjust multiple attributes of the control.For example, you would typically call the SuspendLayout method, then set the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MaximumValue"/>, <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinimumValue"/>, <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.Ranges"/>, <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorDifference"/>, <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MajorDifference"/> properties of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>, and then call the <see cref="M:System.Windows.Forms.Control.ResumeLayout"/> method to enable the changes to take effect.
There must be no pending calls to <see cref="M:System.Windows.Forms.Control.SuspendLayout"/> for <see cref="M:System.Windows.Forms.Control.ResumeLayout"/> to be successfully called.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.listChangedHandler">
<summary>
Represents the method that will handle the System.ComponentModel.IBindingList.ListChanged
event of the System.ComponentModel.IBindingList class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.dataSource">
<summary>
variable for DataSource
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.dataMember">
<summary>
Variable for DataMember
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.dataManager">
<summary>
Variable for CurrencyManager
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.list">
<summary>
Variable for ListView
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.#ctor">
<summary>
Constructor for RadialGauge
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.InitSettings">
<summary>
Initialize local variables
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetMajorTickMarkHeight">
<summary>
To get Inner Line height of Major tick
</summary>
<returns>returns the major tick height based on DPI</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetNeedleWidth">
<summary>
Width of the Needle based on DPI
</summary>
<returns>width of the needle</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetMajorTickMarkWidth">
<summary>
To get Line width of Major tick
</summary>
<returns>returns the major tick width based on DPI</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetMinorTickMarkHeight">
<summary>
To get Line height of Minor tick
</summary>
<returns>returns the minor tick height based on DPI</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetMinorInnerLinesHeight">
<summary>
To get Inner Line height of Minor tick
</summary>
<returns>returns the minor tick height based on DPI</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetArcThickness">
<summary>
Retrive ArcThickness of the RadialGauge
</summary>
<returns>returns Thickness of the Arc based on DPI</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetFrameThickness">
<summary>
To get thickness of the outer frame
</summary>
<returns>returns the outer frame thickness based on DPI</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.Dispose(System.Boolean)">
<summary>
Dispose function overrides
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overrides Paint event
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseDown event.
It helps to get the current point
</summary>
<param name="e"> A MouseEventArgs that contains the event data.</param>
<value>e.X and e.Y used for find the angle</value>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetGaugeValueOnMouseMove(System.Drawing.Point)">
<summary>
Method to find the current value of the RadialGauge based on mouse hit point
</summary>
<param name="pointLocation">Mouse hit point</param>
<returns>Value of the gauge</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.CurrentMousePoint">
<summary>
Get the CurrentMousePoint in Gauge needle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.CurrentNeedle">
<summary>
Get the value of Current Needle.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseMove event.
</summary>
<param name="e">EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the MouseUp event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnMouseLeave(System.EventArgs)">
<summary>
Raises the MouseLeave event.
</summary>
<param name="e">A MouseEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.UpdateRenderer(System.Windows.Forms.PaintEventArgs)">
<summary>
Updates the renderer
</summary>
<param name="e">PaintEventArgs that contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinMaxValueValidate">
<summary>
Validates the Minimum and Maximum values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnResize(System.EventArgs)">
<summary>
Overrides resize method
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.RepaintControl">
<summary>
Repaints the control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.renderer">
<summary>
Gets or sets the Custom Renderer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_SetTransparent">
<summary>
Gets or sets the value to make control background as transparent.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_ShowBackgroundFrame">
<summary>
Gets or sets the value to show or hide the background frame.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_ShowNeedle">
<summary>
Gets or sets the value to show or hide needle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_ShowScaleLabel">
<summary>
Gets or sets the value to show or hide label.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.showTicks">
<summary>
Gets or sets a value that indicates whether to show or hide the ticks in the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.showGaugeValue">
<summary>
Gets or sets the value to show or hide Gauge value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeBackColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.BackColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeBackgroundGradientEndColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.BackgroundGradientEndColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeBackgroundGradientStartColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.BackgroundGradientStartColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeOuterFrameGradientStartColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.OuterFrameGradientStartColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeOuterFrameGradientEndColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.OuterFrameGradientEndColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeInnerFrameGradientStartColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.InnerFrameGradientStartColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeInnerFrameGradientEndColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.InnerFrameGradientEndColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeVisualStyle">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.VisualStyle"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeGaugeArcColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeArcColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeNeedleColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.NeedleColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeMajorTickMarkColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MajorTickMarkColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeMinorTickMarkColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorTickMarkColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeInterLinesColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.InterLinesColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeScaleLabelColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ScaleLabelColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeTextOrientation">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.TextOrientation"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeMajorTickMarkHeight">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MajorTickMarkHeight"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeMinorTickMarkHeight">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorTickMarkHeight"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeMinorInnerLinesHeight">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorInnerLinesHeight"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeMajorDifference">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MajorDifference"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeMinorDifference">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorDifference"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeValue">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.Value"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeMaximumValue">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MaximumValue"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeMinimumValue">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinimumValue"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeShowGaugeValue">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShowGaugeValue"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeNeedleStyle">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.NeedleStyle"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeFrameType">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.FrameType"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeTickPlacement">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.TickPlacement"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeLabelPlacement">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.LabelPlacement"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeDisplayRecordIndex">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.DisplayRecordIndex"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeGaugeLableColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeLableColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeGaugeValueColor">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeValueColor"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeShowBackgroundFrame">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShowBackgroundFrame"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeShowNeedle">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShowNeedle"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeShowScaleLabel">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShowScaleLabel"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeTransparentBackGround">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.TransparentBackGround"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetBackgroundGradientEndColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.BackgroundGradientEndColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetBackgroundGradientStartColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.BackgroundGradientStartColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetOuterFrameGradientStartColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.OuterFrameGradientStartColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetOuterFrameGradientEndColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.OuterFrameGradientEndColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetInnerFrameGradientStartColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.InnerFrameGradientStartColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetInnerFrameGradientEndColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.InnerFrameGradientEndColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetVisualStyle">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.VisualStyle"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetGaugeArcColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeArcColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetNeedleColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.NeedleColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetMajorTickMarkColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MajorTickMarkColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetMinorTickMarkColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorTickMarkColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetInterLinesColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.InterLinesColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetScaleLabelColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ScaleLabelColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetTextOrientation">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.TextOrientation"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetMajorTickMarkHeight">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MajorTickMarkHeight"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetMinorTickMarkHeight">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorTickMarkHeight"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetMinorInnerLinesHeight">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorInnerLinesHeight"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetMajorDifference">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MajorDifference"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetMinorDifference">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorDifference"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetValue">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.Value"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetMaximumValue">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MaximumValue"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetMinimumValue">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinimumValue"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetShowGaugeValue">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShowGaugeValue"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetNeedleStyle">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.NeedleStyle"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetFrameType">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.FrameType"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetTickPlacement">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.TickPlacement"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetLabelPlacement">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.LabelPlacement"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetDisplayRecordIndex">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.DisplayRecordIndex"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetGaugeLableColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeLableColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetGaugeValueColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeValueColor"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetShowBackgroundFrame">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShowBackgroundFrame"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetShowNeedle">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShowNeedle"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetShowScaleLabel">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShowScaleLabel"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetTransparentBackGround">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.TransparentBackGround"/> property to it's default value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.isValueLabelHandled">
<summary>
Field to store whether the label is handled or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.isGaugeLabelHandled">
<summary>
Field to store whether the label is handled or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.isScaleLabelHandled">
<summary>
Field to store whether the label is handled or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeLabelSize">
<summary>
Gets or sets a size of the gauge label of the RadialGauge
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeValueLabelSize">
<summary>
Gets or sets a size of the value label of the RadialGauge
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.BottomRect">
<summary>
Gets or sets a bounds of the element which is placed at bottom of the HalfCircle frame
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.InnerRect">
<summary>
Gets or sets a bounds of the inner frame
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.EnableDPICalculation">
<summary>
Enable generic calculation to place the elements(Gauge arc, Scale values and Ticks) rather than using hard code values to place the gauge elements
</summary>
<returns>True - if any of the condition passes</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetTickRadiusToPlaceLabel(System.Int32)">
<summary>
To place the label, retrieving TickRadius based on its placement,
</summary>
<param name="TickRadius">Current TickRadius</param>
<returns>returns radius to place the label</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetScaleTextRadiusToPlaceLabel(System.Int32)">
<summary>
To place the label, retrieving ScaleNumberRadius based on its placement,
</summary>
<param name="ScaleNumberRadius">Current ScaleNumberRadius</param>
<returns>returns radius to place the label</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetQuardrant">
<summary>
Retreiving the QuardrantType where the Gauge lies based on the start and sweep angle
</summary>
<returns>returns Quardrant type</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.PositionCalculation(System.Drawing.Point,System.Drawing.Point,Syncfusion.Windows.Forms.Gauge.LabelAlignment,Syncfusion.Windows.Forms.Gauge.LabelType)">
<summary>
Calculating position to place the Label of the RadialGauge
</summary>
<param name="tempPosition">Default position of the Label</param>
<param name="offset">Offset to adjust the current position of the label</param>
<param name="labelAlignment">Alignment of the label</param>
<param name="labelType">Type of the label</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.PositionValidation(System.Int32,System.Int32,System.Boolean,System.Drawing.SizeF)">
<summary>
Validating the position which is calculated to place the label
</summary>
<param name="position">Current position of the label</param>
<param name="offset">Offset to adjust the current position of the label</param>
<param name="isHorizontal">Whether the horizontal or vertical adjustment is needed</param>
<param name="labelSize">Size of the Label</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.FindLineCircleIntersections(System.Single,System.Single,System.Single,System.Drawing.PointF,System.Drawing.PointF)">
<summary>
Finding start position of the rectangle which is to be placed at bottom of the gauge to form a Half Circle
</summary>
<param name="cx">Center x position of the circle</param>
<param name="cy">Center y position of the circle</param>
<param name="radius">Radius of the circle</param>
<param name="point1">Start point of the rectangle</param>
<param name="point2">End point of the rectangle</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetReadOnly">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ReadOnly"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeReadOnly">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ReadOnly"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.CheckInSide(System.Drawing.Point)">
<summary>
Checking whether the given location is inside the circle or not
</summary>
<param name="location">The location used for checking the points are inside the circle or not</param>
<returns>bool</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.CheckMaximumSide(System.Drawing.Point)">
<summary>
Checking whether the given location is outside the circle or not
</summary>
<param name="location">The location used for checking the points are outside the circle or not. It helps to find out the maximum distance used for user interaction support</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetValidAngle(System.Single)">
<summary>
Gets the valid angle upon the specified Frame Type.
</summary>
<param name="value"> Gauge value</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetValidValue(System.Single)">
<summary>
To validate the Gauge value.
</summary>
<param name="value"> Gauge value</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.FindNearestAngle(System.Drawing.Point)">
<summary>
Finding the nearest angle
</summary>
<param name="location"> The argument "location" used for finding nearest angle.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.XYToDegrees(System.Drawing.Point,System.Drawing.Point)">
<summary>
Returns Angle.
</summary>
<param name="xy"> Current point.</param>
<param name="origin">Orgin point.</param>
<returns> Angle of the Radial Gauge.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.MoveTo(System.Single)">
<summary>
To change the position of the Needle value
</summary>
<param name="pos">The value indicates the Gauge value.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.frameType">
<summary>
Initializes the FrameType variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnDrawLabel(Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs)">
<summary>
Event will be triggers when drawing the custom labels in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ChangeFrame">
<summary>
Used to change the frame
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeStartAngle">
<summary>
Serializes the StartAngle.
</summary>
<returns>Returns true if the value is not default value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetStartAngle">
<summary>
Resets the StartAngle.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeSweepAngle">
<summary>
Serializes the SweepAngle.
</summary>
<returns>Returns true if the value is not default value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetSweepAngle">
<summary>
Resets the SweepAngle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_ThemeBrushColorTable">
<summary>
Holds RadialGauge ColorTable
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShouldSerializeThemeBrushColorTable">
<summary>
Indicate whether to serialize the ThemeBrush ColorTable
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ResetThemeBrushColorTable">
<summary>
Indicate whether to Reset ThemeBrush ColorTable
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_ThemeBrush">
<summary>
Holds the ThemeBrush Variable
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.ThemeBrush_ListChanged(System.Object,System.ComponentModel.ListChangedEventArgs)">
<summary>
To update the ColorTable customization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.UpdateColorTableCustomization">
<summary>
This function helps to update the ColorTableCustomization
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.arcThickness">
<summary>
Gets or sets a value that specifies the thickness to draw the arc in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_ScaleNumbersRadius">
<summary>
Initializes the ScaleNumberRadius variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetInnerWidth">
<summary>
Method to calculate the width of the inner circle
</summary>
<returns>Returns the width of the inner ellipse</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetWidth">
<summary>
Method to calculate the width to draw the Arc
</summary>
<returns>Returns the width</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.textOrientation">
<summary>
Initializes the TextOrientation variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_tickposition">
<summary>
Initializes the TickPosition variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.DrawPointer">
<summary>
Used to draw the lines
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_NumberPlacement">
<summary>
Initializes the numberplacement variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.SetNumberPosition">
<summary>
Used to set the label position
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge._GaugeRanges">
<summary>
Gets the Gauge range collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.m_NeedleCollection">
<summary>
Gets the Gauge custom needle collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnBindingContextChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.BindingContextChanged event.
</summary>
<param name="e">System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.EnsureDataBinding">
<summary>
Tries to get a new CurrencyManager for new DataBinding
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.dataManager_ListChanged(System.Object,System.ComponentModel.ListChangedEventArgs)">
<summary>
Updating the DataSource.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.UpdateAllData">
<summary>
Updates all Items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.AddItem(System.Int32)">
<summary>
Adds a new item.
</summary>
<param name="index">The index of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.UpdateItem(System.Int32)">
<summary>
Updates the data of the item with the DataSource.
</summary>
<param name="index">The index of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetListViewItem(System.Int32)">
<summary>
Returns a <see cref="T:System.Windows.Forms.ListViewItem"/> which contains the row-data at given index.
</summary>
<param name="index">The index of the row.</param>
<returns>A item which contains the data.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.CollectListViewItem(System.Int32)">
<summary>
Returns string value of the ListViewItem at given index.
</summary>
<param name="index">The index of the row</param>
<returns>String</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.DeleteItem(System.Int32)">
<summary>
Delete the item at the given index.
</summary>
<param name="index">The index of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.CalculateColumns">
<summary>
Calculates the Colums of the <see cref="!:BoundListView"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.SetDataConnection(System.Object,System.Windows.Forms.BindingMemberInfo,System.Boolean)">
<summary>
Sets the data connection
</summary>
<param name="newDataSource"></param>
<param name="newDisplayMember"></param>
<param name="force"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.DataSourceDisposed(System.Object,System.EventArgs)">
<summary>
Disposes the DataSource.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.isArcThicknessChanged">
<summary>
Flag to indicate whether the ArcThicnkess property is changed or not
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.PopulateGauge">
<summary>
Populates the Gauge with items
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.maximumValueText">
<summary>
Field to store the maximum value text
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ThemeStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.GetControlName(System.String)">
<summary>
Helps to apply the ControlName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnCanOverrideStyleChanged(System.Boolean)">
<summary>
Helps to apply the CanOverriderStyle settings in control
</summary>
<param name="CanOverriderStyle">CanOverriderStyle</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnCanApplyThemeChanged(System.Boolean)">
<summary>
Helps to apply the CanApplyTheme settings in control
</summary>
<param name="CanApplyTheme">CanApplyTheme</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.OnDraw(System.Windows.Forms.PaintEventArgs)">
<summary>
Helps to update the renderer settings of RadialGauge
</summary>
<param name="e">PaintEventArgs</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.fontBoundY1">
<summary>
Used to set bounds for the Font
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGauge.fontBoundY2">
<summary>
Used to set bounds for the Font
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.AdjustFontBounds(System.Drawing.Graphics,System.Drawing.Font)">
<summary>
Used to calculate the text bounds
</summary>
<param name="Graphics">Graphics</param>
<param name="Font">Font</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.DrawOuterArc(System.Drawing.Graphics,System.Int32,System.Int32,System.Drawing.Point,System.Int32)">
<summary>
Method used to draw outer arc.
</summary>
<param name="Graphics">Graphics</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="Center">Center point for Gauge</param>
<param name="Gaugeradius">Radius of the Outer Arc</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.DrawMultipleNeedle(System.Drawing.Graphics,Syncfusion.Windows.Forms.Gauge.Needle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Point)">
<summary>
Method used to draw customization needle.
</summary>
<param name="Graphics">Graphics</param>
<param name="Needle">Needles</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="NeedleRadius">Length of the Needle</param>
<param name="NeedleWidth">Width of the Needle</param>
<param name="Center">Center point of the Gauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.DrawNeedle(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Point)">
<summary>
Method used to draw needle
</summary>
<param name="Graphics">Graphics</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="NeedleRadius">Length of the Needle</param>
<param name="NeedleWidth">Width of the Needle</param>
<param name="Center">Center point of the Gauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.DrawGaugeLabel(System.Drawing.Graphics,System.Drawing.Point,System.Int32)">
<summary>
Used to draw the label.
</summary>
<param name="Graphics">Graphics</param>
<param name="Center">Center point of the Gauge</param>
<param name="GaugeRadius">Radius of the OuterArc</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.DrawRanges(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Int32,System.Int32,System.Int32,System.Drawing.Point)">
<summary>
Used to draw the ranges
</summary>
<param name="Graphics">Graphics</param>
<param name="GraphicsPath">Graphics path</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="GaugeArcRadius">Radius of the arc</param>
<param name="Center">Center of the Gauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.DrawTickMarks(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Point,System.Int32)">
<summary>
Used to draw the tick marks
</summary>
<param name="Graphics">Graphics</param>
<param name="GraphicsPath">Graphics path</param>
<param name="GaugeArcRadius">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="MajorTickMarkWidth">Width of the TickMark</param>
<param name="Center">Center of the Gauge</param>
<param name="ScaleNumbersRadius">Radius of the scale value arc</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGauge.DrawCircle(System.Drawing.Graphics,System.Drawing.Point,System.Int32,System.Int32,System.Int32,System.Single,System.Drawing.Color,System.Drawing.Color)">
<summary>
Draws the GaugeArc with specified radius and color values.
</summary>
<param name="Graphics">Graphics to draw the control.</param>
<param name="Center"> Center of the radial gauge.</param>
<param name="gaugeRadius"> Radius used to draw the GaugeArc.</param>
<param name="StartAngle"> Angle in degrees measured clockwise from the x-axis to the starting point of the arc.</param>
<param name="SweepAngle"> Angle in degrees measured clockwise from the startAngle parameter to the end point of the arc.</param>
<param name="frameThickness">Thickness of the GaugeArc.</param>
<param name="ArcColor">Color used to fill the GaugeArc.</param>
<param name="fillColor">Color used to fill the GaugeArc based on the current value of RadialGauge.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.FillColor">
<summary>
Gets or sets a color to fill the GaugeArc based on the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.Value"/> of RadialGauge
</summary>
<remarks>
The fill color will be applied to the GaugeArc when the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.FrameType"/> is <see cref="!:FrameType.Fill"/>
</remarks>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGauge.FrameThickness" -->
<member name="E:Syncfusion.Windows.Forms.Gauge.RadialGauge.ValueChanged">
<summary>
This event is raised when the Gauge value is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Gauge.RadialGauge.ThresholdValueChanged">
<summary>
This event is raised if the value is entering or leaving defined range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.NeedleStyle">
<summary>
Gets or sets the value indicating the NeedleStyle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.Renderer">
<summary>
Gets or sets the Custom Renderer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ShowTicks">
<summary>
Gets or sets a value that indicates whether to show or hide the ticks in the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeValueFont">
<summary>
Specifies font for GaugeValue.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeLableFont">
<summary>
Specifies font for GaugeLabel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeValueColor">
<summary>
Gets or sets the color for GaugeValue.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeLableColor">
<summary>
Gets or sets the color for GaugeLabel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeLabel">
<summary>
Gets or sets the value to GaugeLabel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.Text">
<summary>
Override text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.VisualStyle">
<summary>
Specifies the visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.EnableCustomNeedles">
<summary>
Gets or sets whether custom needles can be drawn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.IsValueLabelHandled">
<summary>
Gets or sets a value indicating whether Value label drawing is handled by the user or not
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.IsGaugeLabelHandled">
<summary>
Gets or sets a value indicating whether Gauge label drawing is handled by the user or not
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.IsScaleLabelHandled">
<summary>
Gets or sets a value indicating whether Scale label drawing is handled by the user or not
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ReadOnly">
<summary>
Gets or sets whether Gauge value can be updated using mouse selection.
</summary>
<remarks> The Gauge value will be updated on drag and drop operation and while mouse clicking on required Gauge value</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.FrameType">
<summary>
Specifies the Gauge FrameStyle.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Gauge.RadialGauge.DrawLabel">
<summary>
Occurs when drawing custom labels in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.StartAngle">
<summary>
Specifies the angle at which to start drawing the arc.Applicable only for FullCircle Frametype.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.SweepAngle">
<summary>
Specifies the arc length. Applicable only for FullCircle Frametype.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ThemeBrushColorTable">
<summary>
Gets/Sets the RadialGauge ThemeBrush ColorTable
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ThemeBrush">
<summary>
Gets the ThemeBrush for RadialGauge control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.BackgroundGradientStartColor">
<summary>
Gets or sets the start color of the gradient inner background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.BackgroundGradientEndColor">
<summary>
Gets or sets the end color of the gradient inner background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.OuterFrameGradientStartColor">
<summary>
Gets or sets the gradient start color of the outer frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.OuterFrameGradientEndColor">
<summary>
Gets or sets the gradient end color of the outer frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.InnerFrameGradientStartColor">
<summary>
Gets or sets the gradient start color for the inner frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.InnerFrameGradientEndColor">
<summary>
Gets or sets the gradient end color of the inner frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MajorTickMarkColor">
<summary>
Gets or sets the value indicating MajorTickMarkColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ArcThickness">
<summary>
Gets or sets a value that specifies the thickness to draw the arc in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorTickMarkColor">
<summary>
Gets or sets the value indicating the MinorTickMarkColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.InterLinesColor">
<summary>
Gets or sets the value indicating the Inter Lines color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeArcColor">
<summary>
Gets or sets the value indicating the GaugeArcColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.NeedleColor">
<summary>
Gets or sets the value indicating the NeedleColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ScaleLabelColor">
<summary>
Gets or sets the color for numeric labels
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MajorTickMarkHeight">
<summary>
Gets or sets the value indicating the MajorTickMarkHeight.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorTickMarkHeight">
<summary>
Gets or sets the value indicating the MinorTickMarkHeight.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorInnerLinesHeight">
<summary>
Gets or sets the value indicating MinorInnerLinesHeight.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MajorDifference">
<summary>
Gets or sets the value indicating major line difference.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinorDifference">
<summary>
Gets or sets the value indicating minor line difference.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.BackColor">
<summary>
Gets or Sets the BackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinimumSize">
<summary>
Gets or sets the MinimumSize
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.BackgroundColor">
<summary>
Gets or sets the BackgroundColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ScaleNumbersRadius">
<summary>
Gets the ScaleNumberRadius to draw TickMarks
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.GaugeRadius">
<summary>
Gets the GaugeRadius
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.TickRadius">
<summary>
Gets a radius value to place the Ticks over the gauge
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGauge.FullCircleRadius" -->
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.TextOrientation">
<summary>
Gets or sets the value indicating the TextOrientation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.TickPlacement">
<summary>
Gets or sets the value indicating tick line placement.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.LabelPlacement">
<summary>
Gets or sets the value indicating the display position of Label.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MinimumValue">
<summary>
Gets or sets the MinimumValue to be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MaximumValue">
<summary>
Gets or sets the MaximumValue to be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.Value">
<summary>
Gets or sets the Value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.Ranges">
<summary>
Gets the Gauge range collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.NeedleCollection">
<summary>
Gets the Gauge custom needle collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.IsDesignMode">
<summary>
Gets a value that indicates whether the LinearGauge is currently in design mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.DataSource">
<summary>
Gets or sets the DataSource that you want to display the data.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.DataMember">
<summary>
Specifies a secondary list of Datasource, to display it.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.DataManager">
<summary>
Gets the CurrencyManager of the bound list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.DisplayRecordIndex">
<summary>
Gets or sets the DisplayRecordIndex.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.MaximumValueText">
<summary>
Gets or sets a value of maximum value text which is displayed as Maximum Value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGauge.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.ThresholdValueChangedEventArgs">
<summary>
Event argument for <see cref="!:ValueInRangeChanged"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.ThresholdValueChangedEventArgs.#ctor(Syncfusion.Windows.Forms.Gauge.Range,System.Single,System.Boolean)">
<summary>
Initializes new instance for ThresholdValueChangedEventArgs class.
</summary>
<param name="range">Gauge range</param>
<param name="value">Gauge value</param>
<param name="inRange">bool</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.ThresholdValueChangedEventArgs.#ctor(System.Single)">
<summary>
Initializes new instance for ThresholdValueChangedEventArgs class.
</summary>
<param name="value">Gauge value</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.ThresholdValueChangedEventArgs.Range">
<summary>
Affected Gauge Range
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.ThresholdValueChangedEventArgs.Value">
<summary>
Gauge Value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.ThresholdValueChangedEventArgs.InRange">
<summary>
True if value is within current range.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeDesigner">
<summary>
Desginer class for RadialGauge
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeDesigner.#ctor">
<summary>
Initializes a new instance of the RadialGaugeDesigner class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Overridden Initialize method.
</summary>
<param name="component">Componnent object</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeDesigner.ActionLists">
<summary>
Gets a value indicating the designer action
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeActionList">
<summary>
Designer action list of RadialGauge
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes the new instance of the RadialGaugeActionList class.
</summary>
<param name="component"> Represents component</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeActionList.InitializeActionList">
<summary>
Overrridden InitializeActionList.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeActionList.MaximumValue">
<summary>
Gets or sets the value for MaximumValue
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeActionList.MinimumValue">
<summary>
Gets or sets the value for MinimumValue
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeActionList.FrameType">
<summary>
Gets or sets the value for FrameType
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeActionList.NeedleStyle">
<summary>
Gets or sets the value for NeedleStyle
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeActionList.MajorDifference">
<summary>
Gets or sets the value to Gauge major line Difference
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.IRadialGaugeRenderer">
<summary>
Interface used to customize the RadialGauge.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.IRadialGaugeRenderer.AdjustFontBounds(System.Drawing.Graphics,System.Drawing.Font)">
<summary>
Used to calculate the text bounds
</summary>
<param name="Graphics">Graphics</param>
<param name="Font">Font used in Radial Gauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.IRadialGaugeRenderer.DrawOuterArc(System.Drawing.Graphics,System.Int32,System.Int32,System.Drawing.Point,System.Int32)">
<summary>
Method used to draw outer arc.
</summary>
<param name="Graphics">Graphics</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="Center">Center point for Gauge</param>
<param name="Gaugeradius">Radius of the Outer Arc</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.IRadialGaugeRenderer.DrawMultipleNeedle(System.Drawing.Graphics,Syncfusion.Windows.Forms.Gauge.Needle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Point)">
<summary>
Method used to draw customization needle.
</summary>
<param name="Graphics">Graphics</param>
<param name="NeedleCollection">Needles used in the Gauge</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="NeedleRadius">Length of the Needle</param>
<param name="NeedleWidth">Width of the Needle</param>
<param name="Center">Center point of the Gauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.IRadialGaugeRenderer.DrawNeedle(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Point)">
<summary>
Method used to draw needle
</summary>
<param name="Graphics">Graphics</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="NeedleRadius">Length of the Needle</param>
<param name="NeedleWidth">Width of the Needle</param>
<param name="Center">Center point of the Gauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.IRadialGaugeRenderer.DrawGaugeLabel(System.Drawing.Graphics,System.Drawing.Point,System.Int32)">
<summary>
Used to draw the label.
</summary>
<param name="Graphics">Graphics</param>
<param name="Center">Center point of the Gauge</param>
<param name="GaugeRadius">Radius of the OuterArc</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.IRadialGaugeRenderer.DrawRanges(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Int32,System.Int32,System.Int32,System.Drawing.Point)">
<summary>
Used to draw the ranges
</summary>
<param name="Graphics">Graphics</param>
<param name="GraphicsPath">Graphics path</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="GaugeArcRadius">Radius of the arc</param>
<param name="Center">Center of the Gauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.IRadialGaugeRenderer.DrawTickMarks(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Point,System.Int32)">
<summary>
Used to draw the tick marks.
</summary>
<param name="Graphics">Graphics</param>
<param name="GraphicsPath">Graphics path</param>
<param name="GaugeArcRadius">Start angle of the Outer arc</param>
<param name="gaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="MajorTickMarkWidth">Width of the TickMark</param>
<param name="Center">Center of the Gauge</param>
<param name="ScaleNumbersRadius">Radius of the scale value arc</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.IRadialGaugeRenderer.UpdateRenderer(System.Windows.Forms.PaintEventArgs)">
<summary>
Updates the Render
</summary>
<param name="PaintEventArgs">PaintEventArgs</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer">
<summary>
Default theme render.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.m_RadialGauge" -->
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.fontboundY1">
<summary>
Used to set bounds for the Font
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.fontboundY2">
<summary>
Used to set bounds for the Font
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Constructor of the Renderer class
</summary>
<param name="radialGauge">Radial Gauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.UpdateRenderer(System.Windows.Forms.PaintEventArgs)">
<summary>
Updates the Render
</summary>
<param name="PaintEventArgs">PaintEventArgs which contains event data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.AdjustFontBounds(System.Drawing.Graphics,System.Drawing.Font)">
<summary>
Used to calculate the text bounds
</summary>
<param name="Graphics">Graphics</param>
<param name="Font">Font </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.DrawOuterArc(System.Drawing.Graphics,System.Int32,System.Int32,System.Drawing.Point,System.Int32)">
<summary>
Method used to draw outer arc.
</summary>
<param name="Graphics">Graphics</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="Center">Center point of the Gauge</param>
<param name="Gaugeradius">Radius of the Outer Arc</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.DrawMultipleNeedle(System.Drawing.Graphics,Syncfusion.Windows.Forms.Gauge.Needle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Point)">
<summary>
Method used to draw customization needle.
</summary>
<param name="Graphics">Graphics</param>
<param name="Needle">Needles</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="NeedleRadius">Length of the Needle</param>
<param name="NeedleWidth">Width of the Needle</param>
<param name="Center">Center point of the Gauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.DrawNeedle(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Point)">
<summary>
Method used to draw needle
</summary>
<param name="Graphics">Graphics</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="NeedleRadius">Length of the Needle</param>
<param name="NeedleWidth">Width of the Needle</param>
<param name="Center">Center point of the Gauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.DrawGaugeLabel(System.Drawing.Graphics,System.Drawing.Point,System.Int32)">
<summary>
Used to draw the label.
</summary>
<param name="Graphics">Graphics</param>
<param name="Center">Center point of the Gauge</param>
<param name="GaugeRadius">Radius of the OuterArc</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.DrawRanges(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Int32,System.Int32,System.Int32,System.Drawing.Point)">
<summary>
Used to draw the ranges.
</summary>
<param name="Graphics">Graphics</param>
<param name="GraphicsPath">Graphics path</param>
<param name="GaugeArcStart">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="GaugeArcRadius">Radius of the arc</param>
<param name="Center">Center of the Gauge</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.DrawTickMarks(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Point,System.Int32)">
<summary>
Used to draw the tick marks.
</summary>
<param name="Graphics">Graphics</param>
<param name="GraphicsPath">Graphics path</param>
<param name="GaugeArcRadius">Start angle of the Outer arc</param>
<param name="GaugeArcEnd">Sweep angle of the Outer Arc</param>
<param name="MajorTickMarkWidth">Width of the TickMark</param>
<param name="Center">Center of the Gauge</param>
<param name="ScaleNumbersRadius">Radius of the scale value arc</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.DrawCircle(System.Drawing.Graphics,System.Drawing.Point,System.Int32,System.Int32,System.Int32,System.Single,System.Drawing.Color,System.Drawing.Color)">
<summary>
Used to draw the Gauge Arc with specified radius and color values
</summary>
<param name="Graphics">Graphics to draw the control</param>
<param name="Center"> Center of the Radial gauge</param>
<param name="gaugeRadius"> Radius used to draw the gauge arc</param>
<param name="StartAngle"> Angle in degrees measured clockwise from the x-axis to the starting point of the arc </param>
<param name="SweepAngle"> Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc </param>
<param name="ArcThickness">Thickness of the gauge arc</param>
<param name="ArcColor">Color used to fill the gauge arc</param>
<param name="fillColor">Color used to fill the gauge arc based on the current value of RadialGauge</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeRenderer.RadialGauge">
<summary>
Gets the RadialGauge
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.BlueThemeRenderer">
<summary>
BlueThemeRenderer class
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.SilverThemeRenderer">
<summary>
SilverThemeRenderer class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.SilverThemeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Constructor of the SilverThemeRenderer class
</summary>
<param name="radialGauge">RadialGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.BlackThemeRenderer">
<summary>
Class for BlackThemeRenderer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.BlackThemeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Constructor of the BlackThemeRenderer class
</summary>
<param name="radialGauge">RadialGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.MetroThemeRenderer">
<summary>
Class for MetroThemeRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.MetroThemeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Constructor of the MetroThemeRenderer class
</summary>
<param name="radialGauge">RadialGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.n_radial">
<summary>
Gauge Control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Constructor
</summary>
<param name="m_RadialGauge">The RadialGauge instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.GetChildCount">
<summary>
Retrieves the number of children in the accessible object.
</summary>
<returns>Number of Child.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.GetChild(System.Int32)">
<summary>
Retrieves the accessible child corresponding to the index.
</summary>
<param name="index">Index</param>
<returns>Child specified to the index</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.GetFocused">
<summary>
Retrieves the object that has the focus.
</summary>
<returns>&gt;An <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility"/> that specifies the currently focused child.
This method returns the calling object if the object itself is focused. Returns null if no object has focus.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility"/> that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.Role">
<summary>
Gets the role for the RadialGauge. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.Description">
<summary>
Gets the description of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.State">
<summary>
Gets the state of this accessible object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.Help">
<summary>
Gets the description of what the object does or how the object is used.
</summary>
<returns>The description of what the object does or how the object is used.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.Parent">
<summary>
Gets the parent of an accessible object.
</summary>
<returns>An <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility"/> that represents the parent of an accessible object, or null if there is no parent object.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeAccessibility.Value">
<summary>
Gets or sets the value of an accessible object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.Office2016ColorfulThemeRenderer">
<summary>
Class for Office2016ColorfulThemeRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Office2016ColorfulThemeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Constructor of the Office2016ColorfulThemeRenderer class
</summary>
<param name="radialGauge">RadialGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.Office2016BlackThemeRenderer">
<summary>
Class for Office2016BlackThemeRenderer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Office2016BlackThemeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Constructor of the Office2016BlackThemeRenderer class
</summary>
<param name="radialGauge">RadialGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.Office2016WhiteThemeRenderer">
<summary>
Class for Office2016WhiteThemeRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Office2016WhiteThemeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Constructor of the Office2016WhiteThemeRenderer class
</summary>
<param name="radialGauge">RadialGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.Office2016DarkGrayThemeRenderer">
<summary>
Class for Office2016DarkGrayThemeRenderer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Office2016DarkGrayThemeRenderer.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Constructor of the Office2016DarkGrayThemeRenderer class
</summary>
<param name="radialGauge">RadialGauge</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs">
<summary>
Provides data to the <see cref="E:Syncfusion.Windows.Forms.Gauge.RadialGauge.DrawLabel"/> event of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.foreColor">
<summary>
Gets or sets the foreground color of label to draw in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.text">
<summary>
Gets or sets the custom label to the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/> .
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.handled">
<summary>
Gets or sets a value that indicates whether to draw custom draw labels in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.font">
<summary>
Gets or sets the font of label to draw in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.alignment" -->
<member name="F:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.labelType">
<summary>
Holds the type of label which drawing process in currently in progress
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.offset">
<summary>
Holds the offset value which is needed to adjusting the position
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.#ctor(System.String,System.Drawing.Color,System.Drawing.Font,System.Boolean,Syncfusion.Windows.Forms.Gauge.LabelAlignment,Syncfusion.Windows.Forms.Gauge.LabelType,System.Drawing.Point)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs"/> class.
</summary>
<param name="value"> Value of the <see cref="!:RanSyncfusion.Windows.Forms.Gauge.RadialGaugegeSlider"/></param>
<param name="text">Custom label to drawn in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/></param>
<param name="foreColor">Foreground color of label to draw in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.</param>
<param name="font">Font of label to draw in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.</param>
<param name="handled">Value indicating whether to custom draw label in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.</param>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.LabelAlignment" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.LabelType" -->
<member name="P:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.Offset">
<summary>
Gets or sets a point to adjust the Label horizontally and vertically based on the value specified in X and Y coordinates.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.Font">
<summary>
Gets or sets the font of label to draw in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.Handled">
<summary>
Gets or sets a value that indicates whether to draw custom draw labels in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.ForeColor">
<summary>
Gets or sets the foreground color of label to draw in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.DrawLabelEventArgs.Text">
<summary>
Gets or sets the text for custom label to draw in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle">
<summary>
Represents the class to define the style of <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.defaultStyle">
<summary>
Maintains the default style of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeLabelFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.LabelFont"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeShowBackgroundFrame">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShowBackgroundFrame"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeValueFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ValueFont"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeOuterFrameGradientStartColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.OuterFrameGradientStartColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeOuterFrameGradientEndColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.OuterFrameGradientEndColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeBackgroundGradientStartColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.BackgroundGradientStartColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeBackgroundGradientEndColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.BackgroundGradientEndColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeFillColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.FillColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeInnerFrameThickness">
<summary>
Determines a value indicating whether to serialize <see cref="!:RadialGaugeVisualStyle.InnerFrameThicknessProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeInnerFrameGradientStartColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.InnerFrameGradientStartColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeInnerFrameGradientEndColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.InnerFrameGradientEndColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeLabelForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.LabelForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeArcColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ArcColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeArcThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ArcThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeNeedleColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.NeedleColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeValueForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ValueForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeMajorTickMarkColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.MajorTickMarkColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeMinorTickMarkColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.MinorTickMarkColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeInnerTickMarkColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.InnerTickMarkColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShouldSerializeScaleLabelForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ScaleLabelForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.DefaultStyle">
<summary>
Gets the default RadialGaugeStyleInfo value.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.InnerFrameThickness" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.BackgroundGradientStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.BackgroundGradientEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.LabelFont" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.LabelForeColor" -->
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.OuterFrameGradientStartColor">
<summary>
Gets or sets the start color which is used to draw the OuterFrame of <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.OuterFrameGradientEndColor">
<summary>
Gets or sets the end color which is used to draw the OuterFrame of <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ValueFont" -->
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.NeedleColor">
<summary>
Gets or sets the color used to draw the needle in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ArcColor">
<summary>
Gets or sets the color used to draw the inner arc in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ValueForeColor" -->
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.FillColor">
<summary>
Gets or sets the color used to fill the gauge arc based on the current value of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.InnerFrameGradientStartColor">
<summary>
Gets or sets the start color which is used to draw the InnerFrame of <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.InnerFrameGradientEndColor">
<summary>
Gets or sets the end color which is used to draw the InnerFrame of <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.MajorTickMarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.MinorTickMarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.InnerTickMarkColor" -->
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ScaleLabelForeColor">
<summary>
Gets or sets the fore color which is used to draw the scale label in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ArcThickness">
<summary>
Gets or sets a value that specifies the thickness to draw the arc in <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShowBackgroundFrame">
<summary>
Gets or sets a value that indicates whether the frame of <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/> should be visible.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore">
<summary>
Represents the class holds the plain data for a style object excluding identity information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.BackgroundGradientStartColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.BackgroundGradientStartColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.InnerFrameThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.InnerFrameThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.BackgroundGradientEndColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.BackgroundGradientEndColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.LabelFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.LabelFont"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.ValueFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ValueFont"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.NeedleColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.NeedleColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.ArcColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ArcColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.ValueForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ValueForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.FillColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.FillColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.LabelForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.LabelForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.OuterFrameGradientStartColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.OuterFrameGradientStartColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.OuterFrameGradientEndColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.OuterFrameGradientEndColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.InnerFrameGradientStartColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.InnerFrameGradientStartColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.InnerFrameGradientEndColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.InnerFrameGradientEndColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.MajorTickMarkColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.MajorTickMarkColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.MinorTickMarkColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.MinorTickMarkColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.InnerTickMarkColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.InnerTickMarkColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.ScaleLabelForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ScaleLabelForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.ArcThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ArcThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.ShowBackgroundFrameProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle.ShowBackgroundFrame"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.sd">
<summary>
Maintains the static data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoStore.StaticDataStore">
<summary>
Overridden to get the static data source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoIdentity.radialGauge">
<summary>
Maintains the RadialGauge for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoIdentity"/> class.
</summary>
<param name="RadialGauge">
<see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGauge"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RadialGaugeStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Gauge.RadialGaugeVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Range.#ctor(System.Drawing.Color,System.Single,System.Single,System.Int32,Syncfusion.Windows.Forms.Gauge.TickPlacement)">
<summary>
Affected GaugeRange
</summary>
<param name="color"></param>
<param name="startValue"></param>
<param name="endValue"></param>
<param name="height"></param>
<param name="rangePlacement"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.Range.Owner">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Range.SetOwner(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Specifies the owner of the Range
</summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Range.NotifyOwner">
<summary>
Specifies the notify owner of the Range
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.Range.isStartValueChanged">
<summary>
Field to notify whether the start value of the range is changed or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.Range.isEndValueChanged">
<summary>
Field to notify whether the end value of the range is changed or not
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Range.GetHeight">
<summary>
Method to retrive the start width of the value range in Linear gauge
</summary>
<returns>Returns start width value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Range.ResetStartValue">
<summary>
Resets to its default value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.Range.Name">
<summary>
Gets or Sets the instance range name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.Range.InRange">
<summary>
Gets or Sets the instance range name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.Range.Color">
<summary>
Gets or Sets the color of the Range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.Range.StartValue">
<summary>
Gets or Sets the start value of the Range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.Range.EndValue">
<summary>
Gets or Sets the end value of the Range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.Range.Height">
<summary>
Gets or Sets the inner radius of the range
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.Range.RangePlacement">
<summary>
Gets or Sets the outer radius of the range
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRange.#ctor(System.Drawing.Color,System.Single,System.Single,System.Int32,Syncfusion.Windows.Forms.Gauge.TickPlacement,System.Int32,System.Int32)">
<summary>
Affected GaugeRange
</summary>
<param name="color"></param>
<param name="startValue"></param>
<param name="endValue"></param>
<param name="height"></param>
<param name="rangePlacement"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearRange.Owner">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRange.SetOwner(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Specifies the owner of the Range
</summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRange.NotifyOwner">
<summary>
Specifies the notify owner of the Range
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearRange.isStartValueChanged">
<summary>
Field to notify whether the start value of the range is changed or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearRange.isEndValueChanged">
<summary>
Field to notify whether the end value of the range is changed or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearRange._StartWidth">
<summary>
Gets or Sets the Start width of the range
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRange.ShouldSerializeStartWidth">
<summary>
Serializes the StartWidth
</summary>
<returns>True if Value is not 5</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRange.ResetStartWidth">
<summary>
Resets to its default value
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRange.ResetStartValue">
<summary>
Resets to its default value
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Gauge.LinearRange._EndWidth">
<summary>
Gets or Sets the End width of the range
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRange.GetStartWidth">
<summary>
Method to retrive the start width of the value range in Linear gauge
</summary>
<returns>Returns start width value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRange.GetEndWidth">
<summary>
Method to retrive the end width of the value range in Linear gauge
</summary>
<returns>Returns end width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRange.ShouldSerializeEndWidth">
<summary>
Serializes the EndWidth
</summary>
<returns>True if Value is not 5</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRange.ResetEndWidth">
<summary>
Resets to its default value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearRange.Name">
<summary>
Gets or Sets the instance range name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearRange.InRange">
<summary>
Gets or Sets the instance range name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearRange.Color">
<summary>
Gets or Sets the color of the Range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearRange.StartValue">
<summary>
Gets or Sets the start value of the Range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearRange.EndValue">
<summary>
Gets or Sets the end value of the Range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearRange.Height">
<summary>
Gets or Sets the inner radius of the range
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearRange.RangePlacement">
<summary>
Gets or Sets the outer radius of the range
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearRange.StartWidth">
<summary>
Gets or Sets the Start width of the range
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearRange.EndWidth">
<summary>
Gets or Sets the End width of the range
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Needle.SetOwner(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Specifies the owner of the Range
</summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.Needle.NotifyOwner">
<summary>
Specifies the notify owner of the Range
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.Needle.NeedleColor">
<summary>
Gets/Sets Needle Color of Gauge
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.Needle.NeedleStyle">
<summary>
Gets/Sets the NeedleStyle of Gauge
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.Needle.Value">
<summary>
Gets/Sets the needle value of Gauge
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.Needle.Name">
<summary>
Gets or Sets the instance range name
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RangeCollection.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Constructor for Rangecollection
</summary>
<param name="sender"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RangeCollection.Contains(Syncfusion.Windows.Forms.Gauge.Range)">
<summary>
Returns whether the list contains the range type
</summary>
<param name="itemType"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RangeCollection.Add(Syncfusion.Windows.Forms.Gauge.Range)">
<summary>
Adds the range type to the list
</summary>
<param name="itemType"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RangeCollection.Remove(Syncfusion.Windows.Forms.Gauge.Range)">
<summary>
Removes the type from the list
</summary>
<param name="itemType"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RangeCollection.Insert(System.Int32,Syncfusion.Windows.Forms.Gauge.Range)">
<summary>
Inserts teh range type into the list
</summary>
<param name="index"></param>
<param name="itemType"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RangeCollection.IndexOf(Syncfusion.Windows.Forms.Gauge.Range)">
<summary>
Returns the index of the range type
</summary>
<param name="itemType"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RangeCollection.FindByName(System.String)">
<summary>
searches the name in the list
</summary>
<param name="name"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RangeCollection.OnInsert(System.Int32,System.Object)">
<summary>
Overrides the oninsert method
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RangeCollection.OnRemove(System.Int32,System.Object)">
<summary>
overrides the onremove method
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RangeCollection.OnClear">
<summary>
Overrides the clear method
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.RangeCollection.GetUniqueName">
<summary>
Gets the unique name
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.RangeCollection.Item(System.Int32)">
<summary>
Gets the index of for the Range
</summary>
<param name="index"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.NeedleCollection.#ctor(Syncfusion.Windows.Forms.Gauge.RadialGauge)">
<summary>
Constructor for Needlecollection
</summary>
<param name="sender"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.NeedleCollection.Contains(Syncfusion.Windows.Forms.Gauge.Needle)">
<summary>
Returns whether the list contains the Needle type
</summary>
<param name="itemType"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.NeedleCollection.Add(Syncfusion.Windows.Forms.Gauge.Needle)">
<summary>
Adds the Needle type to the list
</summary>
<param name="itemType"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.NeedleCollection.Remove(Syncfusion.Windows.Forms.Gauge.Needle)">
<summary>
Removes the type from the list
</summary>
<param name="itemType"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.NeedleCollection.Insert(System.Int32,Syncfusion.Windows.Forms.Gauge.Needle)">
<summary>
Inserts the needle type into the list
</summary>
<param name="index"></param>
<param name="itemType"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.NeedleCollection.IndexOf(Syncfusion.Windows.Forms.Gauge.Needle)">
<summary>
Returns the index of the needle type
</summary>
<param name="itemType"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.NeedleCollection.FindByName(System.String)">
<summary>
searches the name in the list
</summary>
<param name="name"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.NeedleCollection.OnInsert(System.Int32,System.Object)">
<summary>
Overrides the oninsert method
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.NeedleCollection.OnRemove(System.Int32,System.Object)">
<summary>
overrides the onremove method
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.NeedleCollection.OnClear">
<summary>
Overrides the clear method
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.NeedleCollection.GetUniqueName">
<summary>
Gets the unique name
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.NeedleCollection.Item(System.Int32)">
<summary>
Gets the index of for the Needle
</summary>
<param name="index"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.#ctor(Syncfusion.Windows.Forms.Gauge.LinearGauge)">
<summary>
Constructor for LinearRangecollection
</summary>
<param name="sender"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.Contains(Syncfusion.Windows.Forms.Gauge.LinearRange)">
<summary>
Returns whether the list contains the range type
</summary>
<param name="itemType"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.Add(Syncfusion.Windows.Forms.Gauge.LinearRange)">
<summary>
Adds the range type to the list
</summary>
<param name="itemType"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.Remove(Syncfusion.Windows.Forms.Gauge.LinearRange)">
<summary>
Removes the type from the list
</summary>
<param name="itemType"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.Insert(System.Int32,Syncfusion.Windows.Forms.Gauge.LinearRange)">
<summary>
Inserts teh range type into the list
</summary>
<param name="index"></param>
<param name="itemType"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.IndexOf(Syncfusion.Windows.Forms.Gauge.LinearRange)">
<summary>
Returns the index of the range type
</summary>
<param name="itemType"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.FindByName(System.String)">
<summary>
searches the name in the list
</summary>
<param name="name"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.OnInsert(System.Int32,System.Object)">
<summary>
Overrides the oninsert method
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.OnRemove(System.Int32,System.Object)">
<summary>
overrides the onremove method
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.OnClear">
<summary>
Overrides the clear method
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.GetUniqueName">
<summary>
Gets the unique name
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Gauge.LinearRangeCollection.Item(System.Int32)">
<summary>
Gets the index of for the Range
</summary>
<param name="index"></param>
<returns></returns>
</member>
</members>
</doc>