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