HeadlineSettings Members
Contains headline settings.Constructors
| Name | Description |
|---|---|
| HeadlineSettings() | Initializes a new instance of the HeadlineSettings class. |
| HeadlineSettings(IPropertiesOwner) | Initializes a new instance of the HeadlineSettings class with the specified owner. |
Properties
| Name | Description |
|---|---|
| DateFormatString | Gets or sets the pattern used to format the headline’s date. |
| DateHorizontalPosition | Gets or sets the date’s horizontal position within the headline. |
| DateVerticalPosition | Gets or sets the date’s vertical position within the headline. |
| ImagePosition | Gets or sets the image position within the headline. |
| MaxLength | Gets or sets the maximum length of the headline’s text. |
| ShowContentAsLink | Gets or sets whether the headline’s text is displayed as a hyper link. |
| ShowContentInToolTip | Gets or sets whether the headline’s tooltip displays the full content, if it’s clipped within the headline. |
| ShowHeaderAsLink | Gets or sets whether the header’s text is displayed as a hyper link. |
| ShowImageAsLink | Gets or sets whether the headline’s image is displayed as a hyper link. |
| TailImage | Gets the tail image settings. |
| TailImagePosition | Gets or sets the position of the tail image. |
| TailPosition | Gets or sets the position of the tail text within the headline. |
| TailText | Gets or sets the tail text. |
| Target | Gets or sets the window or frame at which to target the contents of the URL associated with the headline. |
| ToolTip | Gets or sets the headline’s tooltip text. |
Methods
| Name | Description |
|---|---|
| Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. |
| 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. |
| ToString() | Returns the string that represents the current object. Inherited from StateManager. |
See Also