Outline.AutomaticStyles 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.
True if the outline uses automatic styles.
public:
property bool AutomaticStyles { bool get(); void set(bool value); };
public bool AutomaticStyles { get; set; }
Public Property AutomaticStyles As Boolean