Click or drag to resize
SlideCreateShapeSlideItemProperties Method
Create SlideItemProperties for Shapes

Namespace: Qlik.Sense.Client.Storytelling
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public SlideItemProperties CreateShapeSlideItemProperties(
	string id = null,
	SlideShapes shapeType = SlideShapes.Circle,
	string color = "#000000"
)

Parameters

id (Optional)
Type: SystemString
The id of the slide item
shapeType (Optional)
Type: Qlik.Sense.Client.StorytellingSlideShapes
type of shape
color (Optional)
Type: SystemString
color default "#000000#

Return Value

Type: SlideItemProperties
SlideItemProperties

Implements

ISlideCreateShapeSlideItemProperties(String, SlideShapes, String)
See Also