Syntax: Objekt.Radius = 5 [Long]
Dim ax As idbeShapeCrtl Set ax = Me!AX_Shape.Object With ax .Radius = 5 End With Set ax = Nothing bzw.: Me!AX_Shape.Radius = 5
Dim ax As idbeShapeCrtl Set ax = Me!AX_Shape.Object With ax .Radius = 5 End With Set ax = Nothing
Me!AX_Shape.Radius = 5