Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
<Docs>
<summary>Occurs when the <see cref="T:System.Windows.Forms.PropertyGrid" /> control is browsing a COM object and the user renames the object.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Only a change of value of the property that corresponds to DISPID_Name for the COM object raises the <xref:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.ComComponentNameChanged> event.
<format type="text/markdown"><![CDATA[

## Remarks
Only a change of value of the property that corresponds to DISPID_Name for the COM object raises the <xref:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.ComComponentNameChanged> event.

]]></format>
</remarks>
<forInternalUseOnly />
Expand Down Expand Up @@ -223,11 +223,11 @@
<param name="key">The registry key that contains the user states.</param>
<summary>Loads user states from the registry into the <see cref="T:System.Windows.Forms.PropertyGrid" /> control.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
You can save some of the <xref:System.Windows.Forms.PropertyGrid> control states, such as the <xref:System.Windows.Forms.PropertyGrid.PropertySort%2A> and <xref:System.Windows.Forms.PropertyGrid.HelpVisible%2A> properties, to the registry and load them the next time the user runs your application.
<format type="text/markdown"><![CDATA[

## Remarks
You can save some of the <xref:System.Windows.Forms.PropertyGrid> control states, such as the <xref:System.Windows.Forms.PropertyGrid.PropertySort*> and <xref:System.Windows.Forms.PropertyGrid.HelpVisible*> properties, to the registry and load them the next time the user runs your application.

]]></format>
</remarks>
<forInternalUseOnly />
Expand Down Expand Up @@ -265,11 +265,11 @@
<param name="key">The registry key that contains the user states.</param>
<summary>Saves user states from the <see cref="T:System.Windows.Forms.PropertyGrid" /> control to the registry.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
You can save some of the <xref:System.Windows.Forms.PropertyGrid> control states, such as the <xref:System.Windows.Forms.PropertyGrid.PropertySort%2A> and <xref:System.Windows.Forms.PropertyGrid.HelpVisible%2A> properties, to the registry and load them the next time the user runs your application.
<format type="text/markdown"><![CDATA[

## Remarks
You can save some of the <xref:System.Windows.Forms.PropertyGrid> control states, such as the <xref:System.Windows.Forms.PropertyGrid.PropertySort*> and <xref:System.Windows.Forms.PropertyGrid.HelpVisible*> properties, to the registry and load them the next time the user runs your application.

]]></format>
</remarks>
<forInternalUseOnly />
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
Two colors are used to draw the gradient, <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor%2A> and <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackSecondaryColor%2A>.
Two colors are used to draw the gradient, <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor*> and <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackSecondaryColor*>.

]]></format>
</remarks>
Expand Down Expand Up @@ -481,7 +481,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
Two colors are used to draw the hatching, <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor%2A> and <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackSecondaryColor%2A>.
Two colors are used to draw the hatching, <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor*> and <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackSecondaryColor*>.

]]></format>
</remarks>
Expand Down Expand Up @@ -535,7 +535,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
A secondary color is used with <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor%2A> when <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackHatchStyle%2A> or <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackGradientStyle%2A> are used.
A secondary color is used with <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackColor*> when <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackHatchStyle*> or <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.BackGradientStyle*> are used.

]]></format>
</remarks>
Expand Down Expand Up @@ -747,7 +747,7 @@
## Remarks
The height and width of an annotation may be set in relative chart or in axes coordinates. By default, relative chart coordinates are used.

To use axes coordinates, set the <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.IsSizeAlwaysRelative> property to `false`. Then either anchor the annotation to a data point or set the <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisX%2A> or <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisY%2A> properties.
To use axes coordinates, set the <xref:System.Windows.Forms.DataVisualization.Charting.AnnotationGroup.IsSizeAlwaysRelative> property to `false`. Then either anchor the annotation to a data point or set the <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisX*> or <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AxisY*> properties.

]]></format>
</remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<Docs>
<summary>Represents an arrow annotation.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Arrow annotations can be used to connect to points on the chart or to highlight a single chart area.
Different arrow styles and sizes can be applied to the annotation.
<format type="text/markdown"><![CDATA[

## Remarks
Arrow annotations can be used to connect to points on the chart or to highlight a single chart area.

Different arrow styles and sizes can be applied to the annotation.

]]></format>
</remarks>
</Docs>
Expand Down Expand Up @@ -77,13 +77,13 @@
<summary>Gets or sets the position alignment of the annotation to the anchor point.</summary>
<value>A <see cref="T:System.Drawing.ContentAlignment" /> enumeration value that represents the alignment of the annotation to the anchor point.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The annotation must be anchored using either <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorDataPoint%2A>, or the <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorX%2A> and <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorY%2A> properties.
Its <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.X%2A> and <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.Y%2A> properties must be set to <xref:System.Double.NaN>.
<format type="text/markdown"><![CDATA[

## Remarks
The annotation must be anchored using either <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorDataPoint*>, or the <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorX*> and <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.AnchorY*> properties.

Its <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.X*> and <xref:System.Windows.Forms.DataVisualization.Charting.Annotation.Y*> properties must be set to <xref:System.Double.NaN>.

]]></format>
</remarks>
</Docs>
Expand Down Expand Up @@ -125,13 +125,13 @@
<summary>Gets the name of the annotation type. For internal use, should not be used.</summary>
<value>A <see langword="string" /> value that represents the name of the annotation type.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Gets the name of each annotation type such as Line, Rectangle, Ellipse, and so forth.
This property is for internal use and is hidden at design time and run time.
<format type="text/markdown"><![CDATA[

## Remarks
Gets the name of each annotation type such as Line, Rectangle, Ellipse, and so forth.

This property is for internal use and is hidden at design time and run time.

]]></format>
</remarks>
</Docs>
Expand Down
Loading
Loading