GrapeCity.Win.MultiRow Namespace : CellNoteStyle Class |
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> Public Class CellNoteStyle
Dim instance As CellNoteStyle
[TypeConverter("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] public class CellNoteStyle
CellNoteStyle has an inherited policy. If a CellNote's Style property is Null, that means this CellNote's Style is inherited from the GcMultiRow.DefaultCellNoteStyle property.
If a CellNote's Style property is not Null, the inherited policy is as follows:
If the BackColor, ForeColor, PatternColor, LineColor, or TriangleSymbolColor property is set to Color.Empty, it is inherited from the GcMultiRow.DefaultCellNoteStyle property; otherwise, the CellNote.Style's setting is valid.
If the Font, BackgroundImage, or ContextMenuStrip property is set to Null, it is inherited from the GcMultiRow.DefaultCellNoteStyle property; otherwise, the GcMultiRow.DefaultCellNoteStyle's Style setting is valid.
If the LineAdjustment,TextEffect Multiline,PatternStyle,TextAdjustment, TextAlign,TextVertical, BackgroundImageLayout, BackgroundGradientEffect, UseCompatibleTextRendering, WordWrap,LineStyle, or ShowShadow property is set to Inherit, it is inherited from the GcMultiRow.DefaultCellNoteStyle property; otherwise, the CellNote.Style's setting is valid.
If the Padding property is set to (-1,-1,-1,-1), it is inherited from the GcMultiRow.DefaultCellNoteStyle property; otherwise, the CellNote.Style's setting is valid.If the TextAngle and LineWidth properties are set to float.NaN, they are inherited from the GcMultiRow.DefaultCellNoteStyle property; otherwise, the CellNote.Style's setting is valid.
If BackgroundImageOpacity is set to double.NaN, it is inherited from the GcMultiRow.DefaultCellNoteStyle property; otherwise, the CellNote.Style's setting is valid.
If TextIndent is set to -1, it is inherited from the GcMultiRow.DefaultCellNoteStyle property; otherwise, the CellNote.Style's setting is valid.
System.Object
GrapeCity.Win.MultiRow.CellNoteStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2