Skip to main content

GuideDefaultProperties Members

Contains properties that affect invidual adorner guides only.

Constructors

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

Properties

Name Description
ActualBorderThickness Returns the current flyout border thickness of an adorner guide.
ActualFlyoutBackColor Returns the current flyout’s background color for this guide.
ActualFlyoutBorderColor Returns the current flyout border color for this guide.
ActualFlyoutLocation Returns the current flyout location for this guide.
ActualFlyoutOffset Returns the current offset of a flyout panel associated with this adorner guide.
ActualFlyoutOpacity Returns the current flyout opacity for this guide.
AllowFlyoutPanel Gets or sets whether or not this guide should display its flyout panel.
FlyoutBackColor Gets or sets the flyout’s background color for the current guide.
FlyoutBorderColor Gets or sets the color applied to flyout borders of the current guide.
FlyoutBorderThickness Gets or sets the border thickness of a flyout panel associated with this adorner guide.
FlyoutLocation Gets or sets the flyout position relative to the current guide.
FlyoutOffset Gets or sets the offset for a flyout panel displayed by this adorner guide.
FlyoutOpacity Gets or sets the flyout opacity for this guide.
IsFlyoutPanelEnabled Returns whether or not this guide will show its flyout panel when selected.

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