This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.silverlightedition.geopopup [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.SilverlightEdition.GeoPopup ====== | ||
| - | |||
| - | |||
| - | |||
| - | <!-- Class --> | ||
| - | This class represents the popups that appear in a cloud (a.k.a. balloon) shape. | ||
| - | === Remarks === | ||
| - | This class represents the popups that appear in a cloud (a.k.a. balloon) shape. | ||
| - | |||
| - | When you add a <strong>GeoPopup</strong> object to map, a cloud-shaped popup will be created. | ||
| - | |||
| - | You can put any Panel control in the <strong>Content</strong> property, which will be parsed and displayed in the popup. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | **System.Windows.DependencyObject | ||
| - | ***System.Windows.UIElement | ||
| - | ****System.Windows.FrameworkElement | ||
| - | *****System.Windows.Controls.Control | ||
| - | ******System.Windows.Controls.ContentControl | ||
| - | *******[[ThinkGeo.MapSuite.SilverlightEdition.GeoPopup]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoPopup()|GeoPopup]] | | | This is the constructor of the GeoPopup class. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoPopup(PointShape)|GeoPopup]] | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | | This is the constructor of the GeoPopup class. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoPopup(Double, Double)|GeoPopup]] | Double, Double | | This is the constructor of the GeoPopup class. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoPopup(Point)|GeoPopup]] | Point | | This is the constructor of the GeoPopup class. | | ||
| - | |||
| - | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#AddHandler(RoutedEvent, Delegate, Boolean)|AddHandler]] | RoutedEvent, Delegate, Boolean | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplyTemplate()|ApplyTemplate]] | | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Arrange(Rect)|Arrange]] | Rect | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CaptureMouse()|CaptureMouse]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#CheckAccess()|CheckAccess]] | | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ClearValue(DependencyProperty)|ClearValue]] | DependencyProperty | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#FindName(String)|FindName]] | String | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Focus()|Focus]] | | Control | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetAnimationBaseValue(DependencyProperty)|GetAnimationBaseValue]] | DependencyProperty | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetBindingExpression(DependencyProperty)|GetBindingExpression]] | DependencyProperty | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetValue(DependencyProperty)|GetValue]] | DependencyProperty | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#InvalidateArrange()|InvalidateArrange]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#InvalidateMeasure()|InvalidateMeasure]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Measure(Size)|Measure]] | Size | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#OnApplyTemplate()|OnApplyTemplate]] | | FrameworkElement(overriden) | Builds the visual tree for the GeoPopup control when a new template is applied. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#PropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)|PropertyChanged]] | DependencyObject, DependencyPropertyChangedEventArgs | | This method Raises whenever Position and Offset property changed. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ReadLocalValue(DependencyProperty)|ReadLocalValue]] | DependencyProperty | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Redraw()|Redraw]] | | | This method redraws the GeoPopup. | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ReleaseMouseCapture()|ReleaseMouseCapture]] | | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#RemoveHandler(RoutedEvent, Delegate)|RemoveHandler]] | RoutedEvent, Delegate | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetBinding(DependencyProperty, Binding)|SetBinding]] | DependencyProperty, Binding | FrameworkElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#SetValue(DependencyProperty, Object)|SetValue]] | DependencyProperty, Object | DependencyObject | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#TransformToVisual(UIElement)|TransformToVisual]] | UIElement | UIElement | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdateLayout()|UpdateLayout]] | | UIElement | | | ||
| - | |||
| - | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ArrangeOverride(Size)|ArrangeOverride]] | Size | FrameworkElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetTemplateChild(String)|GetTemplateChild]] | String | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MeasureOverride(Size)|MeasureOverride]] | Size | FrameworkElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnContentChanged(Object, Object)|OnContentChanged]] | Object, Object | ContentControl | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnCreateAutomationPeer()|OnCreateAutomationPeer]] | | UIElement | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnGotFocus(RoutedEventArgs)|OnGotFocus]] | RoutedEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnKeyDown(KeyEventArgs)|OnKeyDown]] | KeyEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnKeyUp(KeyEventArgs)|OnKeyUp]] | KeyEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLostFocus(RoutedEventArgs)|OnLostFocus]] | RoutedEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnLostMouseCapture(MouseEventArgs)|OnLostMouseCapture]] | MouseEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseEnter(MouseEventArgs)|OnMouseEnter]] | MouseEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseLeave(MouseEventArgs)|OnMouseLeave]] | MouseEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseLeftButtonDown(MouseButtonEventArgs)|OnMouseLeftButtonDown]] | MouseButtonEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseLeftButtonUp(MouseButtonEventArgs)|OnMouseLeftButtonUp]] | MouseButtonEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseMove(MouseEventArgs)|OnMouseMove]] | MouseEventArgs | Control | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnMouseWheel(MouseWheelEventArgs)|OnMouseWheel]] | MouseWheelEventArgs | Control | | | ||
| - | |||
| - | ==== Public Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ActualHeight|ActualHeight]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ActualWidth|ActualWidth]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Background|Background]] | Brush | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BorderBrush|BorderBrush]] | Brush | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#BorderThickness|BorderThickness]] | Thickness | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#CacheMode|CacheMode]] | CacheMode | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Clip|Clip]] | Geometry | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Content|Content]] | Object | ContentControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#ContentTemplate|ContentTemplate]] | DataTemplate | ContentControl | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Cursor|Cursor]] | Cursor | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DataContext|DataContext]] | Object | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#DesiredSize|DesiredSize]] | Size | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Dispatcher|Dispatcher]] | Dispatcher | DependencyObject | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Effect|Effect]] | Effect | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontFamily|FontFamily]] | FontFamily | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontSize|FontSize]] | Double | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontStretch|FontStretch]] | FontStretch | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontStyle|FontStyle]] | FontStyle | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontWeight|FontWeight]] | FontWeight | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Foreground|Foreground]] | Brush | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HasCloseButton|HasCloseButton]] | Boolean | | It indicates whether the colose button needs to be added to popup. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Height|Height]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HorizontalAlignment|HorizontalAlignment]] | HorizontalAlignment | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#HorizontalContentAlignment|HorizontalContentAlignment]] | HorizontalAlignment | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsEnabled|IsEnabled]] | Boolean | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsHitTestVisible|IsHitTestVisible]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsTabStop|IsTabStop]] | Boolean | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Language|Language]] | XmlLanguage | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Margin|Margin]] | Thickness | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxHeight|MaxHeight]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MaxWidth|MaxWidth]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MinHeight|MinHeight]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#MinWidth|MinWidth]] | Double | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Offset|Offset]] | Point | | Gets or sets the popup's offset in pixel. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Opacity|Opacity]] | Double | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#OpacityMask|OpacityMask]] | Brush | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Padding|Padding]] | Thickness | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Parent|Parent]] | DependencyObject | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Position|Position]] | Point | | Gets or sets the popup's current position in world coordinate. | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Projection|Projection]] | Projection | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RenderSize|RenderSize]] | Size | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RenderTransform|RenderTransform]] | Transform | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RenderTransformOrigin|RenderTransformOrigin]] | Point | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Resources|Resources]] | ResourceDictionary | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Style|Style]] | Style | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TabIndex|TabIndex]] | Int32 | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#TabNavigation|TabNavigation]] | KeyboardNavigationMode | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Tag|Tag]] | Object | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Template|Template]] | ControlTemplate | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Triggers|Triggers]] | TriggerCollection | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#UseLayoutRounding|UseLayoutRounding]] | Boolean | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#VerticalAlignment|VerticalAlignment]] | VerticalAlignment | FrameworkElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#VerticalContentAlignment|VerticalContentAlignment]] | VerticalAlignment | Control | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Visibility|Visibility]] | Visibility | UIElement | | | ||
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Width|Width]] | Double | FrameworkElement | | | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#DefaultStyleKey|DefaultStyleKey]] | Object | Control | | | ||
| - | |||
| - | ==== Public Events ==== | ||
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#BindingValidationError|BindingValidationError]] | ValidationErrorEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#GotFocus|GotFocus]] | RoutedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#IsEnabledChanged|IsEnabledChanged]] | DependencyPropertyChangedEventArgs | Control | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#KeyDown|KeyDown]] | KeyEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#KeyUp|KeyUp]] | KeyEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#LayoutUpdated|LayoutUpdated]] | EventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#Loaded|Loaded]] | RoutedEventArgs | FrameworkElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#LostFocus|LostFocus]] | RoutedEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#LostMouseCapture|LostMouseCapture]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseEnter|MouseEnter]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseLeave|MouseLeave]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseLeftButtonDown|MouseLeftButtonDown]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseLeftButtonUp|MouseLeftButtonUp]] | MouseButtonEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseMove|MouseMove]] | MouseEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#MouseWheel|MouseWheel]] | MouseWheelEventArgs | UIElement | | | ||
| - | | {{wiki:PublicEvent.gif|Public Event}}[[#SizeChanged|SizeChanged]] | SizeChangedEventArgs | FrameworkElement | | | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | ==== GeoPopup() ==== | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Overloads === | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Remarks === | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ==== GeoPopup(PointShape) ==== | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Overloads === | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Remarks === | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | position | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | A PointShape value indicating the world coordinate where the GeoPopup is displayed. | | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ==== GeoPopup(Double, Double) ==== | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Overloads === | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Remarks === | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | worldCoordinateX | Double<!-- System.Double --> | A double value indicating the world coordinate X where the GeoPopup is displayed. | | ||
| - | | worldCoordinateY | Double<!-- System.Double --> | A double value indicating the world coordinate Y where the GeoPopup is displayed. | | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ==== GeoPopup(Point) ==== | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Overloads === | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Remarks === | ||
| - | This is the constructor of the GeoPopup class. | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | position | Point<!-- System.Windows.Point --> | A Point value indicating the world position where the GeoPopup is displayed. | | ||
| - | |||
| - | [[#Public Constructors|Go Back]] | ||
| - | ===== Protected Constructors ===== | ||
| - | ===== Public Methods ===== | ||
| - | ==== AddHandler(RoutedEvent, Delegate, Boolean) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | routedEvent | RoutedEvent<!-- System.Windows.RoutedEvent --> | | | ||
| - | | handler | Delegate<!-- System.Delegate --> | | | ||
| - | | handledEventsToo | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ApplyTemplate() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Arrange(Rect) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | finalRect | Rect<!-- System.Windows.Rect --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CaptureMouse() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== CheckAccess() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ClearValue(DependencyProperty) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Equals(Object) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== FindName(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | name | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Focus() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetAnimationBaseValue(DependencyProperty) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetBindingExpression(DependencyProperty) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | BindingExpression<!-- System.Windows.Data.BindingExpression --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetHashCode() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetType() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Type<!-- System.Type --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetValue(DependencyProperty) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InvalidateArrange() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== InvalidateMeasure() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Measure(Size) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | availableSize | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== OnApplyTemplate() ==== | ||
| - | Builds the visual tree for the GeoPopup control when a new template is applied. | ||
| - | === Remarks === | ||
| - | Builds the visual tree for the GeoPopup control when a new template is applied. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement(overriden) --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== PropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs) ==== | ||
| - | <!-- static --> | ||
| - | This method Raises whenever Position and Offset property changed. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sender | DependencyObject<!-- System.Windows.DependencyObject --> | | | ||
| - | | args | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.GeoPopup --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ReadLocalValue(DependencyProperty) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== Redraw() ==== | ||
| - | This method redraws the GeoPopup. | ||
| - | === Remarks === | ||
| - | This method redraws the GeoPopup. Whenever its Position and Offset changed, it needs to be called to apply the changes. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.GeoPopup --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ReleaseMouseCapture() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== RemoveHandler(RoutedEvent, Delegate) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | routedEvent | RoutedEvent<!-- System.Windows.RoutedEvent --> | | | ||
| - | | handler | Delegate<!-- System.Delegate --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetBinding(DependencyProperty, Binding) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | BindingExpressionBase<!-- System.Windows.Data.BindingExpressionBase --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | | binding | Binding<!-- System.Windows.Data.Binding --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== SetValue(DependencyProperty, Object) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | dp | DependencyProperty<!-- System.Windows.DependencyProperty --> | | | ||
| - | | value | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToString() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== TransformToVisual(UIElement) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | GeneralTransform<!-- System.Windows.Media.GeneralTransform --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | visual | UIElement<!-- System.Windows.UIElement --> | | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== UpdateLayout() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | ==== ArrangeOverride(Size) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | finalSize | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Finalize() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== GetTemplateChild(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | DependencyObject<!-- System.Windows.DependencyObject --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | childName | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MeasureOverride(Size) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | availableSize | Size<!-- System.Windows.Size --> | | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MemberwiseClone() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnContentChanged(Object, Object) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | oldContent | Object<!-- System.Object --> | | | ||
| - | | newContent | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnCreateAutomationPeer() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | AutomationPeer<!-- System.Windows.Automation.Peers.AutomationPeer --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnGotFocus(RoutedEventArgs) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnKeyDown(KeyEventArgs) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnKeyUp(KeyEventArgs) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnLostFocus(RoutedEventArgs) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnLostMouseCapture(MouseEventArgs) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseEnter(MouseEventArgs) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseLeave(MouseEventArgs) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseLeftButtonDown(MouseButtonEventArgs) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseLeftButtonUp(MouseButtonEventArgs) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseMove(MouseEventArgs) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OnMouseWheel(MouseWheelEventArgs) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | e | MouseWheelEventArgs<!-- System.Windows.Input.MouseWheelEventArgs --> | | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | ==== ActualHeight ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ActualWidth ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Background ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Brush<!-- System.Windows.Media.Brush --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BorderBrush ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Brush<!-- System.Windows.Media.Brush --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== BorderThickness ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Thickness<!-- System.Windows.Thickness --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== CacheMode ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | CacheMode<!-- System.Windows.Media.CacheMode --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Clip ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Geometry<!-- System.Windows.Media.Geometry --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Content ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Object<!-- System.Object --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== ContentTemplate ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | DataTemplate<!-- System.Windows.DataTemplate --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.ContentControl --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Cursor ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Cursor<!-- System.Windows.Input.Cursor --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DataContext ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Object<!-- System.Object --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== DesiredSize ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Size<!-- System.Windows.Size --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Dispatcher ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Dispatcher<!-- System.Windows.Threading.Dispatcher --> | | ||
| - | |||
| - | <!-- System.Windows.DependencyObject --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Effect ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Effect<!-- System.Windows.Media.Effects.Effect --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FontFamily ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | FontFamily<!-- System.Windows.Media.FontFamily --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FontSize ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FontStretch ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | FontStretch<!-- System.Windows.FontStretch --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FontStyle ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | FontStyle<!-- System.Windows.FontStyle --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== FontWeight ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | FontWeight<!-- System.Windows.FontWeight --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Foreground ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Brush<!-- System.Windows.Media.Brush --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HasCloseButton ==== | ||
| - | It indicates whether the colose button needs to be added to popup. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.GeoPopup --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Height ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HorizontalAlignment ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | HorizontalAlignment<!-- System.Windows.HorizontalAlignment --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== HorizontalContentAlignment ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | HorizontalAlignment<!-- System.Windows.HorizontalAlignment --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsEnabled ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsHitTestVisible ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== IsTabStop ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Language ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | XmlLanguage<!-- System.Windows.Markup.XmlLanguage --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Margin ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Thickness<!-- System.Windows.Thickness --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MaxHeight ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MaxWidth ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MinHeight ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== MinWidth ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Name ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | String<!-- System.String --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Offset ==== | ||
| - | Gets or sets the popup's offset in pixel. | ||
| - | === Remarks === | ||
| - | Gets or sets the popup's offset in pixel. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Point<!-- System.Windows.Point --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.GeoPopup --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Opacity ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== OpacityMask ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Brush<!-- System.Windows.Media.Brush --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Padding ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Thickness<!-- System.Windows.Thickness --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Parent ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | DependencyObject<!-- System.Windows.DependencyObject --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Position ==== | ||
| - | Gets or sets the popup's current position in world coordinate. | ||
| - | === Remarks === | ||
| - | Gets or sets the popup's current position in world coordinate. | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Point<!-- System.Windows.Point --> | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.SilverlightEdition.GeoPopup --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Projection ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Projection<!-- System.Windows.Media.Projection --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RenderSize ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Size<!-- System.Windows.Size --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RenderTransform ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Transform<!-- System.Windows.Media.Transform --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RenderTransformOrigin ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Point<!-- System.Windows.Point --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Resources ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ResourceDictionary<!-- System.Windows.ResourceDictionary --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Style ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Style<!-- System.Windows.Style --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TabIndex ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Int32<!-- System.Int32 --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== TabNavigation ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | KeyboardNavigationMode<!-- System.Windows.Input.KeyboardNavigationMode --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Tag ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Object<!-- System.Object --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Template ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | ControlTemplate<!-- System.Windows.Controls.ControlTemplate --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Triggers ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | TriggerCollection<!-- System.Windows.TriggerCollection --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== UseLayoutRounding ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Boolean<!-- System.Boolean --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== VerticalAlignment ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | VerticalAlignment<!-- System.Windows.VerticalAlignment --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== VerticalContentAlignment ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | VerticalAlignment<!-- System.Windows.VerticalAlignment --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Visibility ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Visibility<!-- System.Windows.Visibility --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Width ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Double<!-- System.Double --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ===== Protected Properties ===== | ||
| - | ==== DefaultStyleKey ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ | ||
| - | | Object<!-- System.Object --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Protected Properties|Go Back]] | ||
| - | ===== Public Events ===== | ||
| - | ==== BindingValidationError ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | ValidationErrorEventArgs<!-- System.Windows.Controls.ValidationErrorEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== GotFocus ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== IsEnabledChanged ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | DependencyPropertyChangedEventArgs<!-- System.Windows.DependencyPropertyChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.Controls.Control --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== KeyDown ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== KeyUp ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | KeyEventArgs<!-- System.Windows.Input.KeyEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== LayoutUpdated ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | EventArgs<!-- System.EventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== Loaded ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== LostFocus ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | RoutedEventArgs<!-- System.Windows.RoutedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== LostMouseCapture ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseEnter ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseLeave ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseLeftButtonDown ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseLeftButtonUp ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseButtonEventArgs<!-- System.Windows.Input.MouseButtonEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseMove ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseEventArgs<!-- System.Windows.Input.MouseEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== MouseWheel ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | MouseWheelEventArgs<!-- System.Windows.Input.MouseWheelEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.UIElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | ==== SizeChanged ==== | ||
| - | === Event Arguments === | ||
| - | ^ Event Arguments ^ | ||
| - | | SizeChangedEventArgs<!-- System.Windows.SizeChangedEventArgs --> | | ||
| - | |||
| - | <!-- System.Windows.FrameworkElement --> | ||
| - | [[#Public Events|Go Back]] | ||
| - | |||
| - | __NOTOC__ | ||
| - | [[Category:SilverlightEdition]] | ||
| - | [[Category:ThinkGeo.MapSuite.SilverlightEdition]] | ||
| - | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.