C# Class csCommon.Types.Geometries.AdvancedGeometry.Symbols.ExtendedLineSymbol

Line symbol allowing the geometry to be transformed by a transformer.
Inheritance: CartographicLineSymbol
Mostra file Open project: TNOCS/csTouch

Public Properties

Property Type Description
FillProperty System.Windows.DependencyProperty
GeometryTransformerProperty System.Windows.DependencyProperty
SelectionColorProperty System.Windows.DependencyProperty

Public Methods

Method Description
ExtendedLineSymbol ( ) : System

Initializes a new instance of the ExtendedLineSymbol class.

Private Methods

Method Description
ExtendedLineSymbol_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnFillPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTFPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

ExtendedLineSymbol() public method

Initializes a new instance of the ExtendedLineSymbol class.
public ExtendedLineSymbol ( ) : System
return System

Property Details

FillProperty public_oe static_oe property

Identifies the Fill Brush dependency property
public static DependencyProperty,System.Windows FillProperty
return System.Windows.DependencyProperty

GeometryTransformerProperty public_oe static_oe property

Identifies the GeometryTransformerProperty dependency property.
public static DependencyProperty,System.Windows GeometryTransformerProperty
return System.Windows.DependencyProperty

SelectionColorProperty public_oe static_oe property

Identifies the SelectionColor dependency property.
public static DependencyProperty,System.Windows SelectionColorProperty
return System.Windows.DependencyProperty