ComponentOne Basic Library for WPF and Silverlight
ValidationDecoratorStyle Property (C1TextEditableContentControl)


C1.Silverlight Namespace > C1TextEditableContentControl Class : ValidationDecoratorStyle Property
Gets or sets the style that is applied to the inner C1ValidationDecorator.
Syntax
'Declaration
 
Public Shadows Property ValidationDecoratorStyle As System.Windows.Style
'Usage
 
Dim instance As C1TextEditableContentControl
Dim value As System.Windows.Style
 
instance.ValidationDecoratorStyle = value
 
value = instance.ValidationDecoratorStyle
public new System.Windows.Style ValidationDecoratorStyle {get; set;}
See Also

Reference

C1TextEditableContentControl Class
C1TextEditableContentControl Members