| Visual Basic (Declaration) | |
|---|---|
Public Property SegmentColor As Color | |
| C# | |
|---|---|
public Color SegmentColor {get; set;} | |
Property Value
ColorAssigning a new value to this property in the event will change the color used to paint the current line segment.
| dbicDigit | Send comments on this topic. |
| SegmentColor Property | |
| See Also | |
|
| dbicDigit Assembly > Dbi.WinControl.Digit Namespace > BeforeLineSegmentDrawnEventArgs Class : SegmentColor Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property SegmentColor As Color | |
| C# | |
|---|---|
public Color SegmentColor {get; set;} | |