LineFormat.DashStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the dash style for the specified line. Can be one of the MsoLineDashStyle constants.
public:
property Microsoft::Office::Core::MsoLineDashStyle DashStyle { Microsoft::Office::Core::MsoLineDashStyle get(); void set(Microsoft::Office::Core::MsoLineDashStyle value); };
public Microsoft.Office.Core.MsoLineDashStyle DashStyle { get; set; }
Public Property DashStyle As MsoLineDashStyle