Shape.ShapeStyle 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 a MsoShapeStyleIndex that represents the shape style of the shape. Read/write.
public:
property Microsoft::Office::Core::MsoShapeStyleIndex ShapeStyle { Microsoft::Office::Core::MsoShapeStyleIndex get(); void set(Microsoft::Office::Core::MsoShapeStyleIndex value); };
public Microsoft.Office.Core.MsoShapeStyleIndex ShapeStyle { get; set; }
Public Property ShapeStyle As MsoShapeStyleIndex