Skip to main content

GuideProperties Members

Provides properties that affect all adorner guides owned by this Adorner UI Manager.

Constructors

Name Description
GuideProperties() Initializes a new instance of the GuideProperties class with the default settings.

Properties

Name Description
AllowFlyoutPanel Gets or sets whether any guide owned by this Adorner UI Manager can display flyout panels.
FlyoutBackColor Gets or sets the background flyout panel color for any guide owned by this Adorner UI Manager.
FlyoutBorderColor Gets or sets the flyout panel border color for any guide owned by this Adorner UI Manager.
FlyoutBorderThickness Gets or sets the border thickness of all flyout panels displayed by adorner guides.
FlyoutLocation Gets or sets the flyout panel relative position for any guide owned by this Adorner UI Manager.
FlyoutOffset Gets or sets the offset for all flyout panels displayed by adorner guides.
FlyoutOpacity Gets or sets the flyout panel opacity for any guide owned by this Adorner UI Manager.
KeepFlyoutWithinScreenBounds Specifies whether guide flyouts should always stay within the current screen bounds.
ShowGuidesShortcut Gets or sets a keyboard shortcut that can be pressed at runtime to display guides.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
See Also