You are here: Symbol Reference > Stimulsoft.Report.Wpf Namespace > ColorBox Class > ColorBox Fields > SelectedColorProperty Field
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
ColorBox.SelectedColorProperty Field
Syntax
C++
C#
Visual Basic
public: DependencyProperty SelectedColorProperty = DependencyProperty.Register( "SelectedColor", typeof(Color), typeof(ColorBox), new FrameworkPropertyMetadata( Colors.Black, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault | FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsMeasure, OnSelectedColorProperty));

This is SelectedColorProperty, a member of class ColorBox.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.