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

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

Méthodes publiques

Свойство Type Description
FillProperty System.Windows.DependencyProperty
GeometryTransformerProperty System.Windows.DependencyProperty
SelectionColorProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ExtendedLineSymbol ( ) : System

Initializes a new instance of the ExtendedLineSymbol class.

Private Methods

Méthode 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 méthode

Initializes a new instance of the ExtendedLineSymbol class.
public ExtendedLineSymbol ( ) : System
Résultat System

Property Details

FillProperty public_oe static_oe property

Identifies the Fill Brush dependency property
public static DependencyProperty,System.Windows FillProperty
Résultat System.Windows.DependencyProperty

GeometryTransformerProperty public_oe static_oe property

Identifies the GeometryTransformerProperty dependency property.
public static DependencyProperty,System.Windows GeometryTransformerProperty
Résultat System.Windows.DependencyProperty

SelectionColorProperty public_oe static_oe property

Identifies the SelectionColor dependency property.
public static DependencyProperty,System.Windows SelectionColorProperty
Résultat System.Windows.DependencyProperty