Specifies the line pattern of the shape
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IntValue LinePattern { get; set; }Public Property LinePattern As IntValue
Get
Set
public:
property IntValue^ LinePattern {
IntValue^ get ();
void set (IntValue^ value);
}member LinePattern : IntValue with get, set
Property Value
Type:
IntValue
See Also